We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6958753 commit 454833dCopy full SHA for 454833d
1 file changed
.github/workflows/extra-rule-validation.yml
@@ -43,13 +43,16 @@ jobs:
43
44
45
- uses: actions/upload-artifact@v3
46
+ if: failure()
47
with:
48
name: missing-test-report.csv
49
path: MissingTestReport*.csv
50
51
52
53
54
name: test-report.csv
55
path: TestReport*.csv
56
if-no-files-found: error
-
57
+
58
0 commit comments