Skip to content

Commit

Permalink
Disable integration tests for MacOS in CI
Browse files Browse the repository at this point in the history
The download of VS Code for MacOS seems flaky and constantly breaks the CI so temporarily removing it until it's more stable
  • Loading branch information
davelopez committed Jul 22, 2022
1 parent 05ed58d commit f0d744a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit f0d744a

Please sign in to comment.