Skip to content

Commit 1440d0b

Browse files
authored
feat: make allure reports run after ci (#114)
1 parent 72d3f8a commit 1440d0b

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,9 @@ jobs:
1515
ci:
1616
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.1.0
1717
with:
18-
forge_version: 0.2.0
18+
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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Allure Report Generation
22

33
on:
4-
pull_request:
5-
push:
6-
branches: [main]
4+
workflow_call:
75

86
permissions:
97
contents: write

0 commit comments

Comments
 (0)