👷 Improve playwright CI job (#1335)

This commit is contained in:
Patrick Arminio
2024-09-12 15:21:24 +02:00
committed by GitHub
parent b3a49ae32e
commit 97d04cd7ff
4 changed files with 25 additions and 2 deletions

View File

@@ -41,9 +41,9 @@ jobs:
working-directory: frontend
- run: docker compose build
- run: docker compose down -v --remove-orphans
- run: docker compose up -d
- run: docker compose up -d --wait
- name: Run Playwright tests
run: npx playwright test
run: npx playwright test --fail-on-flaky-tests --trace=retain-on-failure
working-directory: frontend
- run: docker compose down -v --remove-orphans
- uses: actions/upload-artifact@v4