Skip to content

Commit

Permalink
Add verbose to npm install for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Jan 8, 2025
1 parent d75cda8 commit 9c0ed65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:

- run: npm run lint

- run: npm install
- run: npm install --verbose
working-directory: ${{ matrix.test.path }}

- run: npm link azle
Expand Down

0 comments on commit 9c0ed65

Please sign in to comment.