Skip to content

Commit

Permalink
try 4
Browse files Browse the repository at this point in the history
  • Loading branch information
oldGreg5 committed Oct 17, 2024
1 parent 33c54be commit 140be22
Showing 1 changed file with 13 additions and 32 deletions.
45 changes: 13 additions & 32 deletions .github/workflows/generate-allure-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,57 +33,38 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup CI
uses: input-output-hk/catalyst-forge/actions/setup@master

- name: Get catalyst gateway unit test report
uses: input-output-hk/catalyst-forge/.github/workflows/run.yml@ci/v1.1.0
uses: input-output-hk/catalyst-forge/actions/run@master
if: always()
continue-on-error: true
with:
earthfiles: ./catalyst-gateway/
forge_version: 0.2.1
flags:
targets: build
target_flags:
runner_address: ${{ secrets.EARTHLY_SATELLITE_ADDRESS }}
artifact: "false"
path: ./catalyst-gateway+build

- name: Get schemathesis test report
uses: input-output-hk/catalyst-forge/.github/workflows/run.yml@ci/v1.1.0
uses: input-output-hk/catalyst-forge/actions/run@master
if: always()
continue-on-error: true
with:
earthfiles: ./catalyst-gateway/tests/schemathesis_tests
forge_version: 0.2.1
flags: --allow-privileged
targets: test-fuzzer-api
target_flags:
runner_address: ${{ secrets.EARTHLY_SATELLITE_ADDRESS }}
artifact: "false"
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/.github/workflows/run.yml@ci/v1.1.0
uses: input-output-hk/catalyst-forge/actions/run@master
if: always()
continue-on-error: true
with:
earthfiles: ./catalyst_voices/
forge_version: 0.2.1
flags:
targets: test-unit
target_flags:
runner_address: ${{ secrets.EARTHLY_SATELLITE_ADDRESS }}
artifact: "false"
path: ./catalyst_voices+test-unit

- name: Get python api test report
uses: input-output-hk/catalyst-forge/.github/workflows/run.yml@ci/v1.1.0
uses: input-output-hk/catalyst-forge/actions/run@master
if: always()
continue-on-error: true
with:
earthfiles: ./catalyst-gateway/tests/api_tests/
forge_version: 0.2.1
flags: --allow-privileged
targets: test
target_flags:
runner_address: ${{ secrets.EARTHLY_SATELLITE_ADDRESS }}
artifact: "false"
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 140be22

Please sign in to comment.