mirror of
https://github.com/amark/gun.git
synced 2025-11-24 06:25:58 +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:
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x, 14.x]
|
||||
os: [ubuntu-latest, macos-latest] #, windows-latest]
|
||||
node-version: [14.x] # [12.x, 14.x]
|
||||
os: [ubuntu-latest] #, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user