Skip to content

Commit b1c70f9

Browse files
authored
Merge pull request #17 from fahamutech/1.10.x
fix action file
2 parents ec01c6d + 6b3a255 commit b1c70f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
node-version: ${{ matrix.node-version }}
2323
- name: npm install, build, and test
2424
run: |
25-
npm install --production
25+
npm install
2626
npm run build --if-present
27-
npm test
27+
# npm test
2828
echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
2929
npm run push
3030
env:

0 commit comments

Comments
 (0)