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 a100e08 commit f1a94cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ jobs:
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 --protocol=tcp || exit 1"
- name: wait2
run: |
while [ "$(curl -I http://localhost:6003/minio/health/live -o /dev/null -w '%{http_code}\n' -s)" != "200" ]
do
echo "waiting"
sleep 2
done
- run: npm ci
- run: npm test

Expand Down

0 comments on commit f1a94cb

Please sign in to comment.