Skip to content

Commit

Permalink
fix: remove unnecesary matrix element. Reduce timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelmmiguel committed May 25, 2023
1 parent 8684e0f commit 11f3b91
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
include:
- os: ubuntu-latest
e2e_time: 20
e2e_time: 10
- os: macos-latest
e2e_time: 20
e2e_time: 10
- os: windows-latest
e2e_time: 60
e2e_time: 20
runs-on: ${{ matrix.os }}
env:
E2E_WAITING_TIME: ${{ matrix.e2e_time }}
Expand Down

0 comments on commit 11f3b91

Please sign in to comment.