Skip to content

Commit

Permalink
👷 Verbose GH Actions installation
Browse files Browse the repository at this point in the history
  • Loading branch information
alecgibson committed Jul 12, 2022
1 parent 99b5519 commit 16d7431
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 @@ -30,7 +30,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- name: Install
run: npm install
run: npm install --verbose
- name: Lint
run: npm run lint
- name: Test
Expand Down

0 comments on commit 16d7431

Please sign in to comment.