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
|
git push --tags
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
TEST_DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
|
||||||
|
|
||||||
update-main-version:
|
update-main-version:
|
||||||
needs: build
|
needs: build
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
yarn
|
|
||||||
yarn run lint
|
yarn run lint
|
||||||
yarn run test
|
yarn run test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user