1
0
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 database

8a59ff70b7
- yarn install is done twice, which is not needed
This commit is contained in:
Jaanus Sellin 2024-08-08 11:24:17 +03:00 committed by GitHub
parent 824f1cd877
commit 370c76864d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

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

View File

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