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 72d3f8a commit 1440d0bCopy full SHA for 1440d0b
.github/workflows/ci.yml
@@ -15,4 +15,9 @@ jobs:
15
ci:
16
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.1.0
17
with:
18
- forge_version: 0.2.0
+ forge_version: 0.2.0
19
+
20
+ test_reporting:
21
+ if: always()
22
+ needs: ci
23
+ uses: ./.github/workflows/generate-allure-report.yml
.github/workflows/generate-allure-report.yml
@@ -1,9 +1,7 @@
1
name: Allure Report Generation
2
3
on:
4
- pull_request:
5
- push:
6
- branches: [main]
+ workflow_call:
7
8
permissions:
9
contents: write
0 commit comments