diff --git a/.github/workflows/publish-new-version.yaml b/.github/workflows/publish-new-version.yaml index 3deb469d76..f94cf139df 100644 --- a/.github/workflows/publish-new-version.yaml +++ b/.github/workflows/publish-new-version.yaml @@ -91,6 +91,7 @@ jobs: git push --tags env: CI: true + TEST_DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres update-main-version: needs: build diff --git a/scripts/check-release.sh b/scripts/check-release.sh index e2bd75c3e7..4c28915974 100755 --- a/scripts/check-release.sh +++ b/scripts/check-release.sh @@ -2,7 +2,6 @@ set -e -yarn yarn run lint yarn run test