Skip to content

Commit

Permalink
ci: VERBOSE mode in test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLinCool committed Jul 23, 2022
1 parent 7942b3a commit 4a0ce7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -23,6 +23,8 @@ jobs:

name: "${{ matrix.os }} - Node.js ${{ matrix.node }}"
runs-on: ${{ matrix.os }}
env:
VERBOSE: 1

steps:
- name: Checkout Repository
Expand Down

0 comments on commit 4a0ce7c

Please sign in to comment.