Skip to content

Commit

Permalink
chore(ci): log full jest output
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Apr 20, 2023
1 parent be71818 commit efb352f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('./yarn.lock') }}

- run: yarn --frozen-lockfile --non-interactive
- run: yarn lerna run test:coverage -- -- -i
- run: yarn run test:coverage -i
working-directory: ./packages/vuetify
- uses: codecov/codecov-action@v1

test-cypress:
Expand Down

0 comments on commit efb352f

Please sign in to comment.