Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
run all the E2E jobs even if one matrix fail
Browse files Browse the repository at this point in the history
  • Loading branch information
gigitux committed Nov 7, 2023
1 parent 58837b7 commit 796582d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
name: Playwright E2E tests - ${{ matrix.config.name }}
timeout-minutes: 60
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
config: [
Expand Down

0 comments on commit 796582d

Please sign in to comment.