fix intermittent CI failures on GitHub Actions (#3851)
authorAlex Lam S.L <alexlamsl@gmail.com>
Tue, 5 May 2020 19:29:23 +0000 (20:29 +0100)
committerGitHub <noreply@github.com>
Tue, 5 May 2020 19:29:23 +0000 (03:29 +0800)
.github/workflows/ci.yml

index d414e51..07626ba 100644 (file)
@@ -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 }}