Skip to content

Commit

Permalink
Add BATS_LIB_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-schulze-vireso committed Oct 22, 2022
1 parent 1cd4fa1 commit 5baa720
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
build:

runs-on: ubuntu-latest

env:
BATS_LIB_PATH: /usr/lib/npm/node_modules
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand All @@ -23,5 +24,5 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: npm install
- run: npm install --loglevel verbose
- run: npm test

0 comments on commit 5baa720

Please sign in to comment.