Re-enable E2E tests for other platforms

This commit is contained in:
Oliver Blanthorn 2020-06-20 13:44:46 +01:00
parent bbf656cfb0
commit 1b0a3a4d24
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -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: |