Skip to content

Commit

Permalink
refactor(general): add running allure report flow after forge ci job …
Browse files Browse the repository at this point in the history
…part 2 (#1022)

* add running allure report flow after forge ci job

* add temp trigger for this branch

* try 1

* try 2

* try 3

* try 4

* add running after ci finishes

* try using forge run instead of ci run

* try using forge run instead of ci run for all possible in allure flow

* add forge setup step

* try 1

* try 2

* try 3

* try 4

* add forge install

* cleanup

* remove running allure after ci until allure flow changes are in main

* remove local running option

* remove unused vars

* add running test reporting after ci job
  • Loading branch information
oldGreg5 authored Oct 17, 2024
1 parent b20c6f9 commit 1956ae7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ jobs:
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.1.0
with:
forge_version: 0.2.1

allure:
needs: ci
uses: input-output-hk/catalyst-voices/.github/workflows/generate-allure-report.yml@main

0 comments on commit 1956ae7

Please sign in to comment.