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
Browse files Browse the repository at this point in the history
Fixes yaml syntax errors.

The automerge jobs for this [failed](https://github.com/ipfs/helia-ipns/actions/runs/4424888455)
yet the [PRs were still merged](ipfs/helia-ipns#9).
  • Loading branch information
achingbrain committed Mar 15, 2023
1 parent 46481dc commit 99c739f
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 99c739f

Please sign in to comment.