diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2020-05-05 20:29:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-06 03:29:23 +0800 |
commit | 66ab2df97fa3d72e81231902679cca0fd4ff918f (patch) | |
tree | e01c20f49526539f8f6e55869621270dfcf934f8 /.github/workflows/ci.yml | |
parent | b656f7c083c79102a318a02fec3e76a450122cf4 (diff) | |
download | tracifyjs-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.yml | 2 |
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 }} |