Merge pull request #10948 from backstage/jhaals/simplify-create-app

Remove database choice from `create-app` command
This commit is contained in:
Johan Haals
2022-05-03 09:22:45 +02:00
committed by GitHub
10 changed files with 93 additions and 79 deletions
+4
View File
@@ -78,3 +78,7 @@ jobs:
yarn e2e-test run
env:
BACKSTAGE_TEST_DISABLE_DOCKER: 1
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_HOST: localhost
POSTGRES_PORT: ${{ job.services.postgres.ports[5432] }}