Skip to content

Commit

Permalink
Update npm-publish-github-packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
l-v-yonsama authored Feb 26, 2023
1 parent 687075f commit adb7459
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
run: |
docker-compose -f ./unit-test.yml build
docker-compose -f ./unit-test.yml up -d
- name: wait
run: docker-compose -f unit-test.yml exec -T mysql bash -c "mysqladmin --wait --count 60 ping -pp@ssw0rd || exit 1"
- run: npm ci
- run: npm test

Expand Down

0 comments on commit adb7459

Please sign in to comment.