diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 5fbc24c..2d6394b 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -85,6 +85,10 @@ jobs: path: ./plugin/target/cucumber-reports destination: e2e-tests-cucumber-reports/${{ github.event.repository.name }}/${{ github.ref }} + - name: Cucumber Report URL + if: always() + run: echo "https://storage.googleapis.com/e2e-tests-cucumber-reports/${{ github.event.repository.name }}/${{ github.ref }}/cucumber-reports/advanced-reports/cucumber-html-reports/overview-features.html" + - name: github-status-action uses: Sibz/github-status-action@67af1f4042a5a790681aad83c44008ca6cfab83d if: always()