mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-03-24 17:42:10 -04:00
Update e2e-tests-browser-extension.yml and add retry (#1233)
This commit is contained in:
committed by
Leendert de Borst
parent
74dc5f51d1
commit
c033572298
@@ -169,9 +169,12 @@ jobs:
|
||||
run: npx playwright install chromium --with-deps
|
||||
working-directory: apps/browser-extension
|
||||
|
||||
- name: Build and run E2E tests
|
||||
run: xvfb-run --auto-servernum npm run test:e2e:build
|
||||
working-directory: apps/browser-extension
|
||||
- name: Build and run E2E tests with retry
|
||||
uses: nick-fields/retry@v3
|
||||
with:
|
||||
timeout_minutes: 60
|
||||
max_attempts: 3
|
||||
command: cd apps/browser-extension && xvfb-run --auto-servernum npm run test:e2e:build
|
||||
env:
|
||||
ALIASVAULT_API_URL: "http://localhost:5092"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user