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 3 (#1023)

* 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

* add running test reporting after ci job

* remove allow-privileged flags from disabled tests

* cleanup
  • Loading branch information
oldGreg5 authored Oct 17, 2024
1 parent 57c47ce commit 71340cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
forge_version: 0.2.1

allure:
test_reporting:
if: always()
needs: ci
uses: input-output-hk/catalyst-voices/.github/workflows/generate-allure-report.yml@main
2 changes: 0 additions & 2 deletions .github/workflows/generate-allure-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
continue-on-error: true
with:
path: ./catalyst-gateway/tests/schemathesis_tests+test-fuzzer-api
target_args: --allow-privileged

- name: Get flutter unit test report
uses: input-output-hk/catalyst-forge/actions/run@master
Expand All @@ -60,7 +59,6 @@ jobs:
continue-on-error: true
with:
path: ./catalyst-gateway/tests/api_tests+test
target_args: --allow-privileged

- name: Collect and upload test reports
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 71340cb

Please sign in to comment.