Skip to content

Commit

Permalink
fix: avoid global install
Browse files Browse the repository at this point in the history
  • Loading branch information
ubermanu committed Jan 20, 2025
1 parent 3003cb1 commit 9357721
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Install bats
run: npm install -g bats

- name: Run tests
shell: 'script -q -e -c "bash {0}"' # work around tty issues
env:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

test:
@echo "Running tests..."
@bats --print-output-on-failure tests
@npx --yes bats --print-output-on-failure tests

0 comments on commit 9357721

Please sign in to comment.