From ea16c3c7bb4e7eb910b959e708819d64918ac988 Mon Sep 17 00:00:00 2001 From: kukkok3 <93382903+kukkok3@users.noreply.github.com> Date: Sun, 26 May 2024 13:54:11 +0200 Subject: [PATCH] test --- .github/workflows/generate-allure-report.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/generate-allure-report.yml b/.github/workflows/generate-allure-report.yml index fec4a0ca2d..4adadf4fc8 100644 --- a/.github/workflows/generate-allure-report.yml +++ b/.github/workflows/generate-allure-report.yml @@ -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() @@ -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()