Skip to content

Commit 42524da

Browse files
committed
add node-chakracore to CI testing
1 parent 4027f87 commit 42524da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
matrix:
77
os: [ ubuntu-latest, windows-latest ]
8-
node: [ "0.10", 0.12, 4, 6, 8, 10, latest ]
8+
node: [ '0.10', 0.12, 4, 6, 8, 10, latest, chakracore ]
99
script: [ compress, mocha, release/benchmark, release/jetstream ]
1010
name: ${{ matrix.os }} ${{ matrix.node }} ${{ matrix.script }}
1111
runs-on: ${{ matrix.os }}
@@ -19,6 +19,7 @@ jobs:
1919
path: tmp
2020
key: tmp ${{ matrix.script }}
2121
- name: Perform tests
22+
continue-on-error: ${{ matrix.node == 'chakracore' && matrix.script == 'compress' }}
2223
shell: bash
2324
run: |
2425
git clone --branch v1.5.3 --depth 1 https://github.com/jasongin/nvs.git ~/.nvs

0 commit comments

Comments
 (0)