Skip to content

Commit

Permalink
pnpm command in test step
Browse files Browse the repository at this point in the history
  • Loading branch information
rschwabco committed Sep 16, 2024
1 parent 4c3348c commit 7629532
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 7 # Specify the pnpm version here
- name: Install dependencies
run: pnpm ci
- name: Build application
Expand Down

0 comments on commit 7629532

Please sign in to comment.