From aa6b869da15a82241c6d5b9579f5302547f80116 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Thu, 29 Apr 2021 16:40:35 +1000 Subject: [PATCH] Test are too unstable to run on different environment Moreover the library targets browser execution so there is little value in running on several node instances. --- .github/workflows/ci.yml | 2 +- bors.toml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3dd6d7f41a..b81bc2519b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: BUF_VERSION: '0.41.0' strategy: matrix: - node: [14, 16] + node: [14] os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: diff --git a/bors.toml b/bors.toml index 813eae142f..5c0729b8c1 100644 --- a/bors.toml +++ b/bors.toml @@ -1,8 +1,6 @@ status = [ "build_and_test (14, ubuntu-latest)", - "build_and_test (16, ubuntu-latest)", "build_and_test (14, macos-latest)", - "build_and_test (16, macos-latest)", "web_chat_build_and_test" ] block_labels = ["work-in-progress"]