mirror of
https://github.com/amark/gun.git
synced 2025-11-24 14:35:55 +00:00
reduce the test matrix because of flaky test
This commit is contained in:
parent
bff7804b5b
commit
fece267263
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -10,8 +10,8 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [12.x, 14.x]
|
node-version: [14.x] # [12.x, 14.x]
|
||||||
os: [ubuntu-latest, macos-latest] #, windows-latest]
|
os: [ubuntu-latest] #, macos-latest, windows-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user