Skip to content

Commit

Permalink
Fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus committed Aug 7, 2024
1 parent c2334c1 commit 8a59ff7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish-new-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/check-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a59ff7

Please sign in to comment.