Skip to content

Commit

Permalink
fix(ci): pnpm isntall no frozen lockfile (#268)
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Misskii <amisskii@redhat.com>
  • Loading branch information
amisskii authored Dec 2, 2024
1 parent f4856b3 commit f7a05c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,10 @@ jobs:
version=$(npm view @podman-desktop/tests-playwright@next version)
echo "Version of @podman-desktop/tests-playwright to be used: $version"
jq --arg version "$version" '.devDependencies."@podman-desktop/tests-playwright" = $version' package.json > package.json_tmp && mv package.json_tmp package.json
pnpm install --lockfile-only
- name: Execute pnpm in Minikube Extension
working-directory: ./extension-minikube
run: pnpm install
run: pnpm install --no-frozen-lockfile

- name: Build minikube extension from container file
working-directory: ./extension-minikube
Expand Down

0 comments on commit f7a05c8

Please sign in to comment.