diff --git a/.github/workflows/generate-allure-report.yml b/.github/workflows/generate-allure-report.yml index be6158b7f5f..a824b7f82f1 100644 --- a/.github/workflows/generate-allure-report.yml +++ b/.github/workflows/generate-allure-report.yml @@ -45,6 +45,11 @@ jobs: runner_address: ${{ secrets.EARTHLY_SATELLITE_ADDRESS }} artifact: "false" + - name: ls + if: always() + run: | + ls + - name: Get schemathesis api test report uses: input-output-hk/catalyst-ci/actions/run@master if: always()