github/workflows: use env app config to set e2e test port

This commit is contained in:
Patrik Oldsberg
2020-06-13 18:20:34 +02:00
parent 19d4a4323a
commit 130ecfb7dd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -61,5 +61,5 @@ jobs:
run: yarn test:e2e:ci
working-directory: ${{ runner.temp }}/test-app/packages/app
env:
PORT: 3001
APP_CONFIG_app_baseUrl: '"http://localhost:3001"'
BACKSTAGE_E2E_CLI_TEST: true
+1 -1
View File
@@ -64,5 +64,5 @@ jobs:
run: yarn test:e2e:ci
working-directory: ${{ runner.temp }}/test-app/packages/app
env:
PORT: 3001
APP_CONFIG_app_baseUrl: '"http://localhost:3001"'
BACKSTAGE_E2E_CLI_TEST: true