Skip to content

Commit 4adadb3

Browse files
committed
fix(rust): Try and fix CI being totally broken now that allure reports are disabled
1 parent 0ac183d commit 4adadb3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
forge_version: 0.2.0
1919

20-
test_reporting:
21-
if: always()
22-
needs: ci
23-
uses: ./.github/workflows/generate-allure-report.yml
20+
#test_reporting:
21+
# if: always()
22+
# needs: ci
23+
# uses: ./.github/workflows/generate-allure-report.yml

0 commit comments

Comments
 (0)