Skip to content

Commit

Permalink
chore: Change NPM's default directory
Browse files Browse the repository at this point in the history
  • Loading branch information
helpermethod committed Apr 10, 2024
1 parent 926979a commit f9d5f43
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ jobs:
uses: reviewdog/[email protected]
- name: Run static analysis
uses: reviewdog/[email protected]
- name: Set up bats
run: sudo npm install -g [email protected]
- name: Run tests
run: bats --report-formatter junit . completion/bash
env:
NPM_CONFIG_PREFIX: ~/.npm-global
run: |
npm install -g [email protected]
bats --report-formatter junit . completion/bash
- name: Create test report
uses: dorny/[email protected]
if: always()
Expand Down

0 comments on commit f9d5f43

Please sign in to comment.