From 6c0f058fb0ad1c3937a4a434a8c62e30701f20b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20V=C3=A4h=C3=A4-M=C3=A4kil=C3=A4?= Date: Tue, 12 Nov 2024 22:56:19 +0200 Subject: [PATCH] nth try --- .github/workflows/build-artifacts-on-tag-and-on-develop.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build-artifacts-on-tag-and-on-develop.yml b/.github/workflows/build-artifacts-on-tag-and-on-develop.yml index af0c57d..4f1b54c 100644 --- a/.github/workflows/build-artifacts-on-tag-and-on-develop.yml +++ b/.github/workflows/build-artifacts-on-tag-and-on-develop.yml @@ -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