1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

Fix github workflow

This commit is contained in:
sjaanus 2024-08-07 13:17:26 +03:00
parent c2334c1dd4
commit 8a59ff70b7
No known key found for this signature in database
GPG Key ID: 20E007C0248BA7FF
2 changed files with 1 additions and 2 deletions

View File

@ -92,7 +92,6 @@ jobs:
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,11 +2,11 @@
set -e
yarn
yarn run lint
yarn run test:report
cd frontend
yarn
yarn run ts:check
yarn run lint:check
yarn run fmt:check