Skip to content

Commit

Permalink
ci: Add step to upload screenshots on test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed May 23, 2024
1 parent 7073738 commit cbdbf46
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,13 @@ jobs:
BASE_URL: "https://acc.amsterdammusiclab.nl"

steps:

- uses: actions/checkout@v4
- name: Run E2E tests
run: cd e2e && bash run-tests
run: cd e2e && bash run-tests
- name: Upload Screenshots
if: failure()
uses: actions/upload-artifact@v2
with:
name: selenium-screenshots
path: e2e/screenshots/

0 comments on commit cbdbf46

Please sign in to comment.