From 999bee9db3f54c413ee8eaf104b628cb1b055389 Mon Sep 17 00:00:00 2001 From: alexlamsl Date: Wed, 6 May 2020 02:33:21 +0800 Subject: [PATCH] fix intermittent CI failures on GitHub Actions --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d414e51e..07626baa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,8 @@ jobs: os: [ ubuntu-latest, windows-latest ] script: [ compress, mocha, release/benchmark, release/jetstream ] exclude: + - node: "0.8" + script: release/benchmark - node: "0.8" script: release/jetstream name: ${{ matrix.node }} ${{ matrix.os }} ${{ matrix.script }}