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 authored and kcinay055679 committed Nov 7, 2024
1 parent c31cfc3 commit 8a5f317
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 509 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 8a5f317

Please sign in to comment.