Skip to content

Commit

Permalink
pnpm install instead of pnpm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoriopalama committed Jan 29, 2024
1 parent b675db6 commit 582092b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/axe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-
- run: pnpm ci
- run: pnpm install
- run: pnpm run build --if-present
- run: pnpm run dev & npx wait-on http://localhost:4321
- name: Run axe
Expand Down

0 comments on commit 582092b

Please sign in to comment.