Skip to content

Commit

Permalink
Add DEBUG=* env variable to have more output
Browse files Browse the repository at this point in the history
  • Loading branch information
arielj committed Jan 10, 2025
1 parent 74d64b6 commit d296555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
uses: actions/checkout@v3
- uses: ./.github/actions/install-deps
- name: Test E2E
run: pnpm test:e2e
run: DEBUG=* pnpm test:e2e

0 comments on commit d296555

Please sign in to comment.