Skip to content

Commit 454833d

Browse files
committed
failure
1 parent 6958753 commit 454833d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,16 @@ jobs:
4343

4444

4545
- uses: actions/upload-artifact@v3
46+
if: failure()
4647
with:
4748
name: missing-test-report.csv
4849
path: MissingTestReport*.csv
4950

5051
- uses: actions/upload-artifact@v3
52+
if: failure()
5153
with:
5254
name: test-report.csv
5355
path: TestReport*.csv
5456
if-no-files-found: error
55-
57+
58+

0 commit comments

Comments
 (0)