Skip to content

Commit

Permalink
use npm i to test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Sep 9, 2024
1 parent 9d3725c commit 8a8dbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Set base and head for Nx affected commands
uses: nrwl/nx-set-shas@v4
- name: Install dependencies
run: npm ci
run: npm i
- name: Original E2E test project
run: npx nx run cli-e2e-original:original-e2e
- name: env E2E test project
Expand Down

0 comments on commit 8a8dbd2

Please sign in to comment.