Skip to content

Commit

Permalink
add npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Sep 28, 2024
1 parent db1aeef commit 7cff415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checkpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uds run -f tasks/deploy.yaml checkpoint-package --no-progress
uds run -f src/istio/tasks.yaml validate-slim --no-progress
uds run -f src/keycloak/tasks.yaml validate --no-progress
uds run -f src/pepr/tasks.yaml validate --no-progress
npm ci && uds run -f src/pepr/tasks.yaml validate --no-progress
- name: Debug Output
if: always()
Expand Down

0 comments on commit 7cff415

Please sign in to comment.