Skip to content

Commit

Permalink
Merge branch 'main' into renovate/semver-7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Oct 6, 2023
2 parents d08d95d + eaf75bb commit ce9da18
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ jobs:
DEBUG: true
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
# TODO: E2E tests started failing on Windows. We should investigate the
# root cause and add Windows back to the OS matrix:
# https://github.com/netlify/cli/pull/6039
#
# os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest, macOS-latest]
node-version: ['16.16.0', '*']
fail-fast: false

Expand Down

0 comments on commit ce9da18

Please sign in to comment.