diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6df8b7c..f012b75 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -66,6 +66,12 @@ jobs: steps: - name: Download allure-results uses: actions/download-artifact@v4 + - name: Show me + run: | + ls -la + ls -la allure-cucumber/ + ls -la allure-rspec/ + ls -la allure-ruby-commons/ - name: Publish allure report uses: andrcuns/allure-publish-action@v2.6.0 env: