Skip to content

Commit

Permalink
ci: go to playwright dir to perform install
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinFay committed Jan 15, 2025
1 parent ef7a064 commit 43d4ce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:


- name: Install dependencies
run: npm ci
run: cd tests/playwright && npm ci

- name: Install Playwright Browsers
run: npx playwright install --with-deps
run: cd tests/playwright && npx playwright install --with-deps

- uses: r-lib/actions/check-r-package@v2
with:
Expand Down

0 comments on commit 43d4ce9

Please sign in to comment.