Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

ci: update Unified CI configuration #310

Merged
merged 1 commit into from
Mar 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/js-test-and-release.yml
Original file line number Diff line number Diff line change
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