From a305f8b8bce092f7668912dc561cd7e6196da654 Mon Sep 17 00:00:00 2001 From: web3-bot <81333946+web3-bot@users.noreply.github.com> Date: Wed, 15 Mar 2023 12:34:30 +0100 Subject: [PATCH] update .github/workflows/js-test-and-release.yml (#78) --- .github/workflows/js-test-and-release.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/js-test-and-release.yml b/.github/workflows/js-test-and-release.yml index 4e6d4ec..546f6d4 100644 --- a/.github/workflows/js-test-and-release.yml +++ b/.github/workflows/js-test-and-release.yml @@ -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 @@ -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