mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
Update
This commit is contained in:
parent
80f9e329f5
commit
3065675117
2
.github/workflows/publish-new-version.yaml
vendored
2
.github/workflows/publish-new-version.yaml
vendored
@ -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
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
set -e
|
||||
|
||||
yarn
|
||||
yarn run lint
|
||||
yarn run test
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user