Skip to content

Commit

Permalink
chore(github): no E2E testing on windows
Browse files Browse the repository at this point in the history
The windows test is flaky and requires some more investigation. In the meantime, we won't test on windows.
  • Loading branch information
floryst authored Sep 7, 2023
1 parent d198895 commit 0d9ea8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-20.04, macos-latest, windows-latest]
os: [ubuntu-20.04, macos-latest]
name: E2E Testing on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -35,4 +35,4 @@ jobs:
with:
name: image_comparison_results
path: .tmp
retention-days: 5
retention-days: 5

0 comments on commit 0d9ea8a

Please sign in to comment.