ci: test production frontend in browser
CI and Deploy / test (push) Successful in 5m36s
CI and Deploy / deploy (push) Failing after 7m15s

This commit is contained in:
cesnimda
2026-08-29 02:25:11 +02:00
parent a3b4941447
commit eb6db7d26e
3 changed files with 8 additions and 3 deletions
+4
View File
@@ -173,6 +173,10 @@ jobs:
- name: Test browser smoke flows
working-directory: job-tracker-ui
env:
# Exercise the deployable frontend and avoid Turbopack's persistence crashes on
# this runner's slow Docker volume.
PLAYWRIGHT_STATIC_EXPORT: 'true'
# This self-hosted runner has twice corrupted Playwright's installed JS/browser
# payload (invalid control bytes followed by SIGSEGV/139). Retry the complete
# suite once from a verified, clean install. The retry is intentionally bounded;