We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e516573 commit a1cd5afCopy full SHA for a1cd5af
.github/workflows/js-test-and-release.yml
@@ -99,7 +99,8 @@ jobs:
99
test-webkit:
100
needs: check
101
runs-on: ${{ matrix.os }}
102
- matrix:
+ strategy:
103
+ matrix:
104
os: [ubuntu-latest, macos-latest]
105
node: [lts/*]
106
fail-fast: true
@@ -114,10 +115,11 @@ jobs:
114
115
with:
116
flags: webkit
117
- test-webkit:
118
+ test-webkit-webworker:
119
120
121
122
123
124
125
0 commit comments