mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-14 14:34:40 +00:00
ci: only test on ubuntu
Browser is what actually matter.
This commit is contained in:
parent
e689b13106
commit
b47fe21e39
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -14,10 +14,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_test:
|
build_and_test:
|
||||||
strategy:
|
runs-on: ubuntu-latest
|
||||||
matrix:
|
|
||||||
os: [ubuntu-latest]
|
|
||||||
runs-on: ${{ matrix.os }}
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2.3.3
|
uses: actions/checkout@v2.3.3
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
status = [
|
status = [
|
||||||
"build_and_test (ubuntu-latest)",
|
"build_and_test",
|
||||||
"examples_build_and_test (eth-pm)",
|
"examples_build_and_test (eth-pm)",
|
||||||
"examples_build_and_test (eth-pm-wallet-encryption)",
|
"examples_build_and_test (eth-pm-wallet-encryption)",
|
||||||
"examples_build_and_test (relay-angular-chat)",
|
"examples_build_and_test (relay-angular-chat)",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user