Skip to content

Commit

Permalink
chore: align with 6.1 (#7804)
Browse files Browse the repository at this point in the history
Align with workflow findings from 6.1.


3065675
- needs to find the database

8a59ff7
- yarn install is done twice, which is not needed
  • Loading branch information
sjaanus authored Aug 8, 2024
1 parent 824f1cd commit 370c768
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish-new-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 370c768

Please sign in to comment.