Skip to content

Commit

Permalink
main.yml - run npx command change
Browse files Browse the repository at this point in the history
  • Loading branch information
Facundo97Maldonado committed May 3, 2024
1 parent 6a32868 commit 69ca2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install-all
run: run: npx playwright install chromium firefox webkit --with-deps
- name: Run Cucumber tests
env:
HEADLESS: 'true'
Expand Down

0 comments on commit 69ca2eb

Please sign in to comment.