Skip to content

Commit 863a666

Browse files
committed
oops restore running tests in ci
1 parent 20050a2 commit 863a666

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ jobs:
131131

132132
runs-on: ${{ matrix.os }}
133133
timeout-minutes: 5
134-
# strategy:
135-
# fail-fast: false
136-
# matrix:
137-
# os: [ ubuntu-latest, windows-latest, macos-latest ]
138-
# node: [ 12, 14, 16 ]
134+
strategy:
135+
fail-fast: false
136+
matrix:
137+
os: [ ubuntu-latest, macos-latest ]
138+
node: [ 12, 14, 16 ]
139139
steps:
140140
- uses: actions/setup-node@v2
141141
with:

0 commit comments

Comments
 (0)