Skip to content

Commit

Permalink
update .github/workflows/js-test-and-release.yml (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
web3-bot committed Mar 15, 2023
1 parent 148dbeb commit 3f27941
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/js-test-and-release.yml
Expand Up @@ -99,7 +99,8 @@ jobs:
test-webkit:
needs: check
runs-on: ${{ matrix.os }}
matrix:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
node: [lts/*]
fail-fast: true
Expand All @@ -114,10 +115,11 @@ jobs:
with:
flags: webkit

test-webkit:
test-webkit-webworker:
needs: check
runs-on: ${{ matrix.os }}
matrix:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
node: [lts/*]
fail-fast: true
Expand Down

0 comments on commit 3f27941

Please sign in to comment.