Skip to content

Commit

Permalink
Add npm ci for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarciabriseno committed Jan 29, 2025
1 parent 322c6e0 commit 2440310
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
- name: Install Playwright Browsers
run: |
cd tests
npm ci
npx playwright install --with-deps
- name: Run Playwright tests
run: |
Expand Down

0 comments on commit 2440310

Please sign in to comment.