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