Skip to content

Commit 1e04ac1

Browse files
committed
fixed yml file
1 parent d133f4f commit 1e04ac1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
cache: 'npm'
2929

3030
- name: Reset Git working directory
31-
run: git reset --hard
31+
run: |
32+
git reset --hard
33+
git clean -fdx
3234
3335
- name: Install dependencies
3436
run: npm install
@@ -57,7 +59,9 @@ jobs:
5759
always-auth: true
5860

5961
- name: Reset Git working directory
60-
run: git reset --hard
62+
run: |
63+
git reset --hard
64+
git clean -fdx
6165
6266
- name: Install dependencies
6367
run: npm install

0 commit comments

Comments
 (0)