Skip to content

Commit e318e4c

Browse files
committed
test
1 parent 78d2ccd commit e318e4c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/extra-rule-validation.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,11 @@ jobs:
4141
- uses: actions/upload-artifact@v3
4242
with:
4343
name: missing-test-report.csv
44-
path: /home/runner/work/codeql-coding-standards/codeql-coding-standards/MissingTestReport*.csv
45-
if-no-files-found: error
44+
path: MissingTestReport*.csv
4645

4746
- uses: actions/upload-artifact@v3
4847
with:
4948
name: test-report.csv
50-
path: /home/runner/work/codeql-coding-standards/codeql-coding-standards/TestReport*.csv
49+
path: TestReport*.csv
5150
if-no-files-found: error
5251

0 commit comments

Comments
 (0)