Skip to content

Commit

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

0 comments on commit 2051565

Please sign in to comment.