Skip to content

Commit d400b3b

Browse files
committed
test: skip sub-dir
1 parent 3a24ae5 commit d400b3b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
- uses: actions/setup-node@v3
1717
with:
1818
node-version: ${{ matrix.node-version }}
19-
cache: npm
2019
- run: npm --version
2120
- run: npm ci --ignore-scripts
2221
- run: npm test

test/3_from-sub-dir.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
. "$(dirname -- "$0")/functions.sh"
22
setup
33

4+
# Skip test for npm 6
5+
npm --version | grep "^6\."
6+
47
# Example:
58
# .git
69
# sub/package.json

0 commit comments

Comments
 (0)