We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa90e92 commit 78d2ccdCopy full SHA for 78d2ccd
.github/workflows/extra-rule-validation.yml
@@ -41,12 +41,12 @@ jobs:
41
- uses: actions/upload-artifact@v3
42
with:
43
name: missing-test-report.csv
44
- path: codeql-coding-standards/MissingTestReport*.csv
+ path: /home/runner/work/codeql-coding-standards/codeql-coding-standards/MissingTestReport*.csv
45
if-no-files-found: error
46
47
48
49
name: test-report.csv
50
- path: codeql-coding-standards/TestReport*.csv
+ path: /home/runner/work/codeql-coding-standards/codeql-coding-standards/TestReport*.csv
51
52
0 commit comments