Skip to content

Commit

Permalink
nth try
Browse files Browse the repository at this point in the history
  • Loading branch information
aegan123 committed Nov 12, 2024
1 parent 658bcaa commit 6c0f058
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-artifacts-on-tag-and-on-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,7 @@ jobs:
options: --health-cmd "pg_isready -U postgres" --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- uses: actions/checkout@v3
- name: Wait for Postgres to be ready
run: |
while ! pg_isready -h localhost -U postgres; do
sleep 1
done

- name: Authenticate to github packages
run: echo '//npm.pkg.github.com/:_authToken=${{ secrets.gh_token }}' > ~/.npmrc

Expand Down

0 comments on commit 6c0f058

Please sign in to comment.