Skip to content

Commit

Permalink
[Tests] fix tests on node v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 17, 2021
1 parent 834f690 commit 586f029
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/node-zero.yml
Expand Up @@ -52,7 +52,11 @@ jobs:
cache-node-modules-key: node_modules-${{ github.workflow }}-${{ github.action }}-${{ github.run_id }}
skip-ls-check: true
- run: npm run tests-only
if: ${{ matrix.node-version }} != 0.6
- run: ./node_modules/.bin/tape 'test/**/*.js'
if: ${{ matrix.node-version }} = 0.6
- run: bash <(curl -s https://codecov.io/bash) -f coverage/*.json;
if: ${{ matrix.node-version }} != 0.6

node:
name: 'node 0.x'
Expand Down

0 comments on commit 586f029

Please sign in to comment.