We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0449fcb commit 78a15e4Copy full SHA for 78a15e4
.github/workflows/ci.yml
@@ -32,7 +32,8 @@ jobs:
32
with:
33
java-version: '11'
34
distribution: 'temurin'
35
- - run: brew install python-setuptools
+ - if: matrix.platform == 'macos-latest'
36
+ run: brew install python-setuptools
37
- run: npm run setup
38
- run: npm run test
39
- name: Upload coverage report to Codecov
0 commit comments