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

Commit

Permalink
Update end-to-end-tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Aug 2, 2024
1 parent 5dce280 commit 446b804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
matrix:
# Run multiple instances in parallel to speed up the tests
runner: ${{ fromJson(needs.prepare.outputs.parallelism_matrix) }}
browser: ${{ fromJson(inputs.browsers || '["chromium", "firefox", "chrome", "edge", "webkit"]') }}
browser: ${{ fromJson(inputs.browsers || '["chromium", "firefox"]') }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 446b804

Please sign in to comment.