Skip to content

Commit

Permalink
feat: make allure reports run after ci (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 authored Dec 18, 2024
1 parent 72d3f8a commit 1440d0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@ jobs:
ci:
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.1.0
with:
forge_version: 0.2.0
forge_version: 0.2.0

test_reporting:
if: always()
needs: ci
uses: ./.github/workflows/generate-allure-report.yml
4 changes: 1 addition & 3 deletions .github/workflows/generate-allure-report.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Allure Report Generation

on:
pull_request:
push:
branches: [main]
workflow_call:

permissions:
contents: write
Expand Down

0 comments on commit 1440d0b

Please sign in to comment.