Skip to content

Commit

Permalink
show test logs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Jul 17, 2023
1 parent 85981bd commit b639caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/pnpm
- run: pnpm add --global ember-cli yarn
- run: pnpm vitest --testNamePattern "${{ matrix.slow-test }}"
- run: DEBUG=true pnpm vitest --testNamePattern "${{ matrix.slow-test }}"
working-directory: tests

0 comments on commit b639caa

Please sign in to comment.