Skip to content

Commit

Permalink
Start rewrite of tabbing tests to only test focusable and not whole w…
Browse files Browse the repository at this point in the history
…orkflows, limit max parrallel matrix runners to 3
  • Loading branch information
RandomTannenbaum committed Nov 6, 2024
1 parent c2d7e60 commit ed31edb
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 508 deletions.
1 change: 1 addition & 0 deletions .github/workflows/frontend-test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
fail-fast: false
max-parallel: 3
matrix:
file: ${{ fromJSON(needs.get-e2e-files.outputs.file_list) }}
steps:
Expand Down
Loading

0 comments on commit ed31edb

Please sign in to comment.