Skip to content

Commit 2f452e1

Browse files
committed
chore: circleci
1 parent c126746 commit 2f452e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ jobs:
2525
- node_modules
2626
key: v1-dependencies-{{ checksum "package-lock.json" }}
2727

28-
- run: npm run test:vue3
28+
- run: |
29+
pwd
30+
ls -la
31+
npm run test:vue3
2932
3033
- codecov/upload:
3134
file: './coverage/coverage-final.json'

0 commit comments

Comments
 (0)