Skip to content

Commit a1cd5af

Browse files
authored
update .github/workflows/js-test-and-release.yml (#316)
1 parent e516573 commit a1cd5af

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/js-test-and-release.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ jobs:
9999
test-webkit:
100100
needs: check
101101
runs-on: ${{ matrix.os }}
102-
matrix:
102+
strategy:
103+
matrix:
103104
os: [ubuntu-latest, macos-latest]
104105
node: [lts/*]
105106
fail-fast: true
@@ -114,10 +115,11 @@ jobs:
114115
with:
115116
flags: webkit
116117

117-
test-webkit:
118+
test-webkit-webworker:
118119
needs: check
119120
runs-on: ${{ matrix.os }}
120-
matrix:
121+
strategy:
122+
matrix:
121123
os: [ubuntu-latest, macos-latest]
122124
node: [lts/*]
123125
fail-fast: true

0 commit comments

Comments
 (0)