mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-27 04:35:33 +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:
|
||||
build_and_test:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2.3.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user