From 370c76864de4f2c9855e135cc8d832ddce24fce5 Mon Sep 17 00:00:00 2001 From: Jaanus Sellin Date: Thu, 8 Aug 2024 11:24:17 +0300 Subject: [PATCH] chore: align with 6.1 (#7804) Align with workflow findings from 6.1. https://github.com/Unleash/unleash/commit/3065675117ed15b6c15f8730985121dd625f6b38 - needs to find the database https://github.com/Unleash/unleash/commit/8a59ff70b732fa745d8267d1652c624d1fe98a13 - yarn install is done twice, which is not needed --- .github/workflows/publish-new-version.yaml | 1 + scripts/check-release.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-new-version.yaml b/.github/workflows/publish-new-version.yaml index 3deb469d7661..f94cf139df1c 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 e2bd75c3e7bf..4c28915974db 100755 --- a/scripts/check-release.sh +++ b/scripts/check-release.sh @@ -2,7 +2,6 @@ set -e -yarn yarn run lint yarn run test