Skip to content

Commit

Permalink
Cleanup test code
Browse files Browse the repository at this point in the history
  • Loading branch information
rokiyama authored and Anas AIT ALI committed Dec 28, 2022
1 parent 933aee0 commit 8999185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
# node: [10, 12, 13]
node: [14]
node: [10, 12, 13]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: sudo apt install libavahi-compat-libdnssd-dev
- run: yarn install
- run: git config --global user.email "patch-package@test.com"
- run: git config --global user.name "patch-package"
# - run: yarn run test
- run: yarn run test --verbose integration-tests/lockfile
- run: yarn run test
2 changes: 0 additions & 2 deletions integration-tests/lockfile/lockfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ set -e

echo "add patch-package"
npm i $1
set -x
alias patch-package=./node_modules/.bin/patch-package

echo "Add left-pad"
npm i left-pad@1.3.0

testLockFile() {
set -x
echo "Version test $1"
npm i --lockfile-version $1

Expand Down

0 comments on commit 8999185

Please sign in to comment.