mirror of https://github.com/waku-org/js-waku.git
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:
parent
5664c14743
commit
aa6b869da1
|
@ -14,7 +14,7 @@ jobs:
|
||||||
BUF_VERSION: '0.41.0'
|
BUF_VERSION: '0.41.0'
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node: [14, 16]
|
node: [14]
|
||||||
os: [ubuntu-latest, macos-latest]
|
os: [ubuntu-latest, macos-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
status = [
|
status = [
|
||||||
"build_and_test (14, ubuntu-latest)",
|
"build_and_test (14, ubuntu-latest)",
|
||||||
"build_and_test (16, ubuntu-latest)",
|
|
||||||
"build_and_test (14, macos-latest)",
|
"build_and_test (14, macos-latest)",
|
||||||
"build_and_test (16, macos-latest)",
|
|
||||||
"web_chat_build_and_test"
|
"web_chat_build_and_test"
|
||||||
]
|
]
|
||||||
block_labels = ["work-in-progress"]
|
block_labels = ["work-in-progress"]
|
||||||
|
|
Loading…
Reference in New Issue