Skip to content

Commit

Permalink
Upload cypress screenshots github actions (secultce#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
imendes12 authored Jan 28, 2025
1 parent 7b63d15 commit c6b63a4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,11 @@ jobs:
run: docker compose exec --user root php bin/console asset-map:compile

- name: Run cypress
run: docker compose run --rm cypress
run: docker compose run --rm cypress

- name: Upload cypress screenshots
if: failure()
uses: actions/upload-artifact@v4
with:
name: cypress-screenshots
path: ./cypress/screenshots

0 comments on commit c6b63a4

Please sign in to comment.