Skip to content

Commit

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

set -e

yarn
yarn run lint
yarn run test

Expand Down

0 comments on commit 3065675

Please sign in to comment.