Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bats-core/bats-assert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schulze <martin.schulze@vireso.de>2022-10-22 23:36:28 +0300
committerMartin Schulze <martin.schulze@vireso.de>2022-10-22 23:36:28 +0300
commit5baa72044f69371daa52d216928d8d6771030f28 (patch)
tree55eeef5863a8f84e19936b0352d786cded7c8ec7
parent1cd4fa1d568473d076f3224f62f33291fa3daefb (diff)
Add BATS_LIB_PATH
-rw-r--r--.github/workflows/tests.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 18915d0..5b84fa5 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -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
@@ -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