mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-31 00:16: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:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
TEST_DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
|
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,11 +2,11 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
yarn
|
|
||||||
yarn run lint
|
yarn run lint
|
||||||
yarn run test:report
|
yarn run test:report
|
||||||
|
|
||||||
cd frontend
|
cd frontend
|
||||||
|
yarn
|
||||||
yarn run ts:check
|
yarn run ts:check
|
||||||
yarn run lint:check
|
yarn run lint:check
|
||||||
yarn run fmt:check
|
yarn run fmt:check
|
||||||
|
Loading…
Reference in New Issue
Block a user