Skip to content

Commit 7e7aedc

Browse files
committed
feat: add schemathesis step back
1 parent ddeef8c commit 7e7aedc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/generate-allure-report.yml

+10
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@ jobs:
4545
runner_address: ${{ secrets.EARTHLY_SATELLITE_ADDRESS }}
4646
artifact: "false"
4747

48+
- name: Get schemathesis api test report
49+
uses: input-output-hk/catalyst-ci/actions/run@master
50+
with:
51+
earthfile: ./catalyst-gateway/tests/
52+
flags: --allow-privileged
53+
targets: test-fuzzer-api
54+
target_flags:
55+
runner_address: ${{ secrets.EARTHLY_SATELLITE_ADDRESS }}
56+
artifact: "false"
57+
4858
- name: ls
4959
if: always()
5060
run: |

0 commit comments

Comments
 (0)