From 66ab2df97fa3d72e81231902679cca0fd4ff918f Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Tue, 5 May 2020 20:29:23 +0100 Subject: [PATCH] fix intermittent CI failures on GitHub Actions (#3851) --- .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 }} -- 2.34.1