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.
This commit is contained in:
Franck Royer 2021-04-29 16:40:35 +10:00
parent 5664c14743
commit aa6b869da1
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 1 additions and 3 deletions

View File

@ -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:

View File

@ -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"]