Skip to content

Commit

Permalink
add node-chakracore to CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamsl committed Nov 14, 2019
1 parent 4027f87 commit 42524da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
node: [ "0.10", 0.12, 4, 6, 8, 10, latest ]
node: [ '0.10', 0.12, 4, 6, 8, 10, latest, chakracore ]
script: [ compress, mocha, release/benchmark, release/jetstream ]
name: ${{ matrix.os }} ${{ matrix.node }} ${{ matrix.script }}
runs-on: ${{ matrix.os }}
Expand All @@ -19,6 +19,7 @@ jobs:
path: tmp
key: tmp ${{ matrix.script }}
- name: Perform tests
continue-on-error: ${{ matrix.node == 'chakracore' && matrix.script == 'compress' }}
shell: bash
run: |
git clone --branch v1.5.3 --depth 1 https://github.com/jasongin/nvs.git ~/.nvs
Expand Down

0 comments on commit 42524da

Please sign in to comment.