Skip to content

Commit

Permalink
Fix all workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
irdkwmnsb committed Apr 9, 2024
1 parent 9b82d7c commit 98c62a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache: 'pnpm'
cache-dependency-path: 'src/frontend/pnpm-lock.yaml'
- name: "Install dependencies"
run: npm ci
run: pnpm install
working-directory: "src/frontend"
- name: "Lint admin js"
working-directory: "src/frontend/admin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Install dependencies
working-directory: ./src/frontend
run: npm ci
run: pnpm install

- name: Store Playwright's Version
run: |
Expand Down

0 comments on commit 98c62a9

Please sign in to comment.