1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00
This commit is contained in:
sjaanus 2024-08-07 11:32:29 +03:00
parent 80f9e329f5
commit 3065675117
No known key found for this signature in database
GPG Key ID: 20E007C0248BA7FF
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -2,7 +2,6 @@
set -e
yarn
yarn run lint
yarn run test