Skip to content

Commit

Permalink
npm-test.yml add install-e2e: npx playwright install chromium
Browse files Browse the repository at this point in the history
nodejs-gh-pages.yml drop custom install-cmd
  • Loading branch information
janosh committed Feb 20, 2025
1 parent e0a65e1 commit e14cf81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ jobs:
uses: janosh/workflows/.github/workflows/nodejs-gh-pages.yml@main
with:
working-directory: site
install-cmd: npm install -f
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ jobs:
uses: janosh/workflows/.github/workflows/npm-test.yml@main
with:
working-directory: site
install-e2e: npx playwright install chromium

0 comments on commit e14cf81

Please sign in to comment.