Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 committed May 26, 2024
1 parent 8e17751 commit ea16c3c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/generate-allure-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
runner_address: ${{ secrets.EARTHLY_SATELLITE_ADDRESS }}
artifact: "false"

- run:
ls

- name: Get schemathesis test report
uses: input-output-hk/catalyst-ci/actions/run@master
if: always()
Expand All @@ -71,7 +74,7 @@ jobs:
target_flags:
runner_address: ${{ secrets.EARTHLY_SATELLITE_ADDRESS }}
artifact: "false"

- name: Get backend python test report
uses: input-output-hk/catalyst-ci/actions/run@master
if: always()
Expand Down

0 comments on commit ea16c3c

Please sign in to comment.