mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Re-enable E2E tests for other platforms
This commit is contained in:
parent
bbf656cfb0
commit
1b0a3a4d24
1 changed files with 2 additions and 3 deletions
5
.github/workflows/e2e.yml
vendored
5
.github/workflows/e2e.yml
vendored
|
@ -14,8 +14,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu]
|
os: [ubuntu, macos, windows]
|
||||||
# os: [ubuntu, macos, windows]
|
|
||||||
browser: [firefox]
|
browser: [firefox]
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}-latest
|
runs-on: ${{ matrix.os }}-latest
|
||||||
|
@ -62,7 +61,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
HEADLESS: 1
|
HEADLESS: 1
|
||||||
with:
|
with:
|
||||||
max_attempts: 100
|
max_attempts: 10
|
||||||
timeout_minutes: 10
|
timeout_minutes: 10
|
||||||
retry_wait_seconds: 10
|
retry_wait_seconds: 10
|
||||||
command: |
|
command: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue