Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexprudhomme committed Jul 29, 2024
1 parent 795d624 commit d989f0a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/actions/playwright-atomic/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ runs:
using: composite
steps:
- name: Install Playwright Browsers
run: npx playwright install
shell: bash
- name: Install Playwright Browsers
run: npx playwright install-deps
run: npx playwright install --with-deps
working-directory: packages/atomic
shell: bash
- name: Run Playwright tests
run: npx playwright test --shard=${{ inputs.shardIndex }}/${{ inputs.shardTotal }}
Expand Down

0 comments on commit d989f0a

Please sign in to comment.