mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Use npm clean-install
This commit is contained in:
2
.github/workflows/ci-check-and-unit-test.yml
vendored
2
.github/workflows/ci-check-and-unit-test.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
|
||||
- name: Check formatting and compile
|
||||
run: |
|
||||
npm install
|
||||
npm clean-install
|
||||
npm run check
|
||||
npm run compile
|
||||
working-directory: sources
|
||||
|
||||
Reference in New Issue
Block a user