Skip to content

Commit

Permalink
chore: circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
adamberecz committed May 30, 2022
1 parent 18cb422 commit 0f15fe7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ jobs:
- node_modules
key: v2-dependencies-{{ checksum "package.json" }}

- run: |
pwd
ls -la
npm run test:vue3
- run: npm run test:vue3

- codecov/upload:
file: './coverage/coverage-final.json'
Expand Down

0 comments on commit 0f15fe7

Please sign in to comment.