Skip to content

Commit

Permalink
increase loglevel of pnpm test command
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmance committed May 24, 2024
1 parent ae41342 commit b75b803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- run: pnpm install --frozen-lockfile

- name: Run tests
run: pnpm test
run: pnpm test --loglevel debug
env:
TESTING_ENV_URL: ${{secrets.TESTING_ENV_URL}}
TESTING_NO_RATE_LIMIT: ${{secrets.TESTING_NO_RATE_LIMIT}}
Expand Down

0 comments on commit b75b803

Please sign in to comment.