Skip to content

Commit

Permalink
Merge pull request #412 from Kitware/floryst-patch-1
Browse files Browse the repository at this point in the history
chore(github): no E2E testing on windows
  • Loading branch information
floryst authored Sep 8, 2023
2 parents d198895 + 0d9ea8a commit 5190610
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 5190610

Please sign in to comment.