Skip to content

Commit

Permalink
okr #844: upload artifact after e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
janikEndtner committed Jun 5, 2024
1 parent c842b4f commit 47a6335
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/demo-deploy-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,12 @@ jobs:
working-directory: frontend
config: baseUrl=http://localhost:8080

- uses: actions/upload-artifact@v4
if: always()
with:
name: cypress-screenshots
path: frontend/cypress/screenshots

upload-to-quay:
runs-on: ubuntu-latest
needs: [e2e-docker, update-version]
Expand Down

0 comments on commit 47a6335

Please sign in to comment.