Skip to content

Commit

Permalink
ci: fix action id
Browse files Browse the repository at this point in the history
  • Loading branch information
rosado committed Jul 26, 2024
1 parent e8ff42a commit dde956d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/playwright-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: "Installs Playwright and dependencies"
runs:
using: 'composite'
steps:
- id: install playwright
- id: install-playwright
shell: bash
run: |
npx playwright install --with-deps

0 comments on commit dde956d

Please sign in to comment.