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

Commit

Permalink
fix: fix js test and release workflow (#495)
Browse files Browse the repository at this point in the history
Fixes yaml syntax errors.
  • Loading branch information
achingbrain authored Mar 15, 2023
1 parent 46481dc commit 88629c9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions templates/.github/workflows/js-test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,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 @@ -111,10 +112,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 88629c9

Please sign in to comment.