From 42524da28d17843a9fc6e96c20710bc0491f15cd Mon Sep 17 00:00:00 2001 From: alexlamsl Date: Thu, 14 Nov 2019 03:48:34 +0800 Subject: [PATCH] add node-chakracore to CI testing --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b2c86399f8..6ea28a1c3d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} @@ -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