aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2020-05-05 20:29:23 +0100
committerGitHub <noreply@github.com>2020-05-06 03:29:23 +0800
commit66ab2df97fa3d72e81231902679cca0fd4ff918f (patch)
treee01c20f49526539f8f6e55869621270dfcf934f8 /.github/workflows/ci.yml
parentb656f7c083c79102a318a02fec3e76a450122cf4 (diff)
downloadtracifyjs-66ab2df97fa3d72e81231902679cca0fd4ff918f.tar.gz
tracifyjs-66ab2df97fa3d72e81231902679cca0fd4ff918f.zip
fix intermittent CI failures on GitHub Actions (#3851)
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
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
@@ -9,6 +9,8 @@ jobs:
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 }}
runs-on: ${{ matrix.os }}