Skip to content

Commit 8999185

Browse files
rokiyamaanas10
authored andcommitted
Cleanup test code
1 parent 933aee0 commit 8999185

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,13 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest]
10-
# node: [10, 12, 13]
11-
node: [14]
10+
node: [10, 12, 13]
1211
steps:
1312
- uses: actions/checkout@v1
1413
- uses: actions/setup-node@v1
1514
with:
1615
node-version: ${{ matrix.node }}
17-
- run: sudo apt install libavahi-compat-libdnssd-dev
1816
- run: yarn install
1917
- run: git config --global user.email "[email protected]"
2018
- run: git config --global user.name "patch-package"
21-
# - run: yarn run test
22-
- run: yarn run test --verbose integration-tests/lockfile
19+
- run: yarn run test

integration-tests/lockfile/lockfile.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ set -e
33

44
echo "add patch-package"
55
npm i $1
6-
set -x
76
alias patch-package=./node_modules/.bin/patch-package
87

98
echo "Add left-pad"
109
1110

1211
testLockFile() {
13-
set -x
1412
echo "Version test $1"
1513
npm i --lockfile-version $1
1614

0 commit comments

Comments
 (0)