We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7647a78 commit e1304e8Copy full SHA for e1304e8
.github/workflows/tests.yml
@@ -84,7 +84,7 @@ jobs:
84
FULL_TEST: '1'
85
run: |
86
npm install
87
- # npm test # Why is this running Windows tests on macOS?!?
+ npm test
88
89
tests:
90
# lint-python takes ~5 seconds, so wait for it to pass before running the full matrix of tests.
0 commit comments