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:
parent
c2334c1dd4
commit
8a59ff70b7
1
.github/workflows/publish-new-version.yaml
vendored
1
.github/workflows/publish-new-version.yaml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user