Setup local instance on app creation (#18184)

Needs for `generate-api-key` command to be available on docker
This commit is contained in:
Thomas Trompette
2026-03-17 15:23:43 +01:00
committed by GitHub
parent 3204175065
commit f38d72a4c2
4 changed files with 268 additions and 11 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ jobs:
create-twenty-app --version
mkdir -p /tmp/e2e-test-workspace
cd /tmp/e2e-test-workspace
create-twenty-app test-app --exhaustive --display-name "Test App" --description "E2E test app"
create-twenty-app test-app --exhaustive --display-name "Test App" --description "E2E test app" --skip-local-instance
- name: Install scaffolded app dependencies
run: |