Merge pull request #10948 from backstage/jhaals/simplify-create-app
Remove database choice from `create-app` command
This commit is contained in:
@@ -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] }}
|
||||
|
||||
Reference in New Issue
Block a user