mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-01 00:08:27 +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
|
git push --tags
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
TEST_DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
|
||||||
|
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