From 8a59ff70b732fa745d8267d1652c624d1fe98a13 Mon Sep 17 00:00:00 2001 From: sjaanus Date: Wed, 7 Aug 2024 13:17:26 +0300 Subject: [PATCH] Fix github workflow --- .github/workflows/publish-new-version.yaml | 1 - scripts/check-release.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish-new-version.yaml b/.github/workflows/publish-new-version.yaml index 5f40212b0c05..f94cf139df1c 100644 --- a/.github/workflows/publish-new-version.yaml +++ b/.github/workflows/publish-new-version.yaml @@ -92,7 +92,6 @@ jobs: 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 9477ec389ea7..a09873abb475 100755 --- a/scripts/check-release.sh +++ b/scripts/check-release.sh @@ -2,11 +2,11 @@ set -e -yarn yarn run lint yarn run test:report cd frontend +yarn yarn run ts:check yarn run lint:check yarn run fmt:check