We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd4fa1 commit 5baa720Copy full SHA for 5baa720
1 file changed
.github/workflows/tests.yml
@@ -13,7 +13,8 @@ jobs:
13
build:
14
15
runs-on: ubuntu-latest
16
-
+ env:
17
+ BATS_LIB_PATH: /usr/lib/npm/node_modules
18
steps:
19
- uses: actions/checkout@v2
20
- uses: actions/setup-node@v2
@@ -23,5 +24,5 @@ jobs:
23
24
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
25
restore-keys: |
26
${{ runner.os }}-node-
- - run: npm install
27
+ - run: npm install --loglevel verbose
28
- run: npm test
0 commit comments