Skip to content

Commit

Permalink
fix(BuildTool): test no cache node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
YSMJ1994 committed Oct 16, 2023
1 parent 5eb149a commit 5bfc252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: '14'

- name: install
run: npm ci
run: npm i

test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: install
if: steps.node_modules_cache_id.outputs.cache-hit != 'true'
run: npm ci
run: npm i

test_v2:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5bfc252

Please sign in to comment.