We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f8bb5 commit 4d7d938Copy full SHA for 4d7d938
1 file changed
.github/workflows/ci.yml
@@ -28,10 +28,11 @@ jobs:
28
node-version: [12]
29
os: [ubuntu-latest, windows-latest, macOS-latest]
30
31
+ if: !(matrix.node-version == 12 && matrix.os == 'macOS-latest')
32
steps:
33
- uses: actions/checkout@v2
34
- uses: actions/setup-node@v1
35
with:
36
node-version: ${{ matrix.node-version }}
37
- run: yarn install --ignore-scripts
- - run: yarn run ci:test
38
+ - run: yarn run ci:test
0 commit comments