From 3065675117ed15b6c15f8730985121dd625f6b38 Mon Sep 17 00:00:00 2001 From: sjaanus Date: Wed, 7 Aug 2024 11:32:29 +0300 Subject: [PATCH] Update --- .github/workflows/publish-new-version.yaml | 2 ++ scripts/check-release.sh | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-new-version.yaml b/.github/workflows/publish-new-version.yaml index 3deb469d76..5f40212b0c 100644 --- a/.github/workflows/publish-new-version.yaml +++ b/.github/workflows/publish-new-version.yaml @@ -91,6 +91,8 @@ jobs: git push --tags env: CI: true + TEST_DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres + 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