Skip to content

Commit d400b3b

Browse files
committedApr 28, 2022
test: skip sub-dir
1 parent 3a24ae5 commit d400b3b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎.github/workflows/node.js.yml

-1
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

+3
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)
Please sign in to comment.