From 751e43ee07f55f7db12b40404d073106c03d2529 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Mon, 27 Jul 2020 20:15:39 +0900 Subject: [PATCH] fail-fast: false --- .github/workflows/playwright-example.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/playwright-example.yml b/.github/workflows/playwright-example.yml index 0450a77..d43da0a 100644 --- a/.github/workflows/playwright-example.yml +++ b/.github/workflows/playwright-example.yml @@ -9,6 +9,7 @@ jobs: strategy: matrix: os: [windows-latest, macos-latest, ubuntu-latest] + fail-fast: false steps: - uses: actions/checkout@v2 - id: yarn_cache