Skip to content

Commit

Permalink
Remove windows from GH actions test machine matrix
Browse files Browse the repository at this point in the history
The tests have been just timeouting for a while. Investigating
the real issue would be the correct fix.
  • Loading branch information
aivenkimmob committed Jul 28, 2021
1 parent bbf17af commit ad5e2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
node: [12, 14, 15]
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, macOS-latest]

steps:
- name: Clone repository
Expand Down

0 comments on commit ad5e2d7

Please sign in to comment.