Skip to content

Commit

Permalink
make browser installation dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
mnholtz committed Aug 7, 2024
1 parent 4aca404 commit fb28a2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ jobs:
- name: Install playwright browsers
uses: Wandalen/[email protected]
with:
# TODO: replace with dynamic input
command: npx playwright install chrome msedge
command: npx playwright install ${{ join(fromJson(inputs.projects), ' ') }}
with: |
fail_ci_if_error: true
verbose: true
Expand Down

0 comments on commit fb28a2e

Please sign in to comment.