Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot committed Sep 2, 2024
1 parent b418212 commit 86d3e06
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion loco-cli/tests/cmd/cli.trycmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Options:
-t, --template <TEMPLATE> Starter template
--db <DB> DB Provider [possible values: sqlite, postgres]
--bg <BG> Background worker configuration [possible values: async, queue, blocking]
--assets <ASSETS> Assets serving configuration [possible values: none, clientside, serverside]
--assets <ASSETS> Assets serving configuration [possible values: serverside, clientside]
-h, --help Print help
-V, --version Print version

Expand Down
1 change: 0 additions & 1 deletion loco-cli/tests/cmd/generate.out/config/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ auth:
jwt:
secret: [..]


2 changes: 2 additions & 0 deletions loco-cli/tests/cmd/generate.trycmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ $ LOCO_CI_MODE=true ALLOW_IN_GIT_REPO="" LOCO_APP_NAME="generator_test" LOCO_TEM
🚂 Loco app generated successfully in:
[CWD]



```

2 changes: 1 addition & 1 deletion loco-cli/tests/cmd/starters/generate-starters.trycmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```console
$ ALLOW_IN_GIT_REPO="" LOCO_APP_NAME="test_saas_template" LOCO_FOLDER_NAME=saas_template LOCO_TEMPLATE=saas loco new --db postgres --assets none --bg async
$ ALLOW_IN_GIT_REPO="" LOCO_APP_NAME="test_saas_template" LOCO_FOLDER_NAME=saas_template LOCO_TEMPLATE=saas loco new --db postgres --assets serverside --bg async

🚂 Loco app generated successfully in:
[CWD]/test_saas_template
Expand Down

0 comments on commit 86d3e06

Please sign in to comment.