mirror of
https://github.com/Unleash/unleash.git
synced 2025-03-04 00:18:40 +01:00
chore: align with 6.1 (#7804)
Align with workflow findings from 6.1.3065675117
- needs to find the database8a59ff70b7
- yarn install is done twice, which is not needed
This commit is contained in:
parent
824f1cd877
commit
370c76864d
1
.github/workflows/publish-new-version.yaml
vendored
1
.github/workflows/publish-new-version.yaml
vendored
@ -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
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
set -e
|
||||
|
||||
yarn
|
||||
yarn run lint
|
||||
yarn run test
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user