Skip to content

Commit 5baa720

Browse files
Add BATS_LIB_PATH
1 parent 1cd4fa1 commit 5baa720

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
build:
1414

1515
runs-on: ubuntu-latest
16-
16+
env:
17+
BATS_LIB_PATH: /usr/lib/npm/node_modules
1718
steps:
1819
- uses: actions/checkout@v2
1920
- uses: actions/setup-node@v2
@@ -23,5 +24,5 @@ jobs:
2324
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
2425
restore-keys: |
2526
${{ runner.os }}-node-
26-
- run: npm install
27+
- run: npm install --loglevel verbose
2728
- run: npm test

0 commit comments

Comments
 (0)