From e4b1091c7bbcb6b70fea6431c75da5ea3469b83d Mon Sep 17 00:00:00 2001 From: Elad Kaplan Date: Thu, 26 Dec 2024 09:38:20 +0200 Subject: [PATCH] tests --- .github/workflows/loco-gen-e2e.yml | 3 +-- examples/demo/tests/cmd/cli.trycmd | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/loco-gen-e2e.yml b/.github/workflows/loco-gen-e2e.yml index 74b2fe97d..1a2d577aa 100644 --- a/.github/workflows/loco-gen-e2e.yml +++ b/.github/workflows/loco-gen-e2e.yml @@ -104,10 +104,9 @@ jobs: DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres_test - name: docker deployment - run: cargo run -- generate deployment + run: cargo run -- generate deployment --kind docker working-directory: ./examples/demo env: - LOCO_DEPLOYMENT_KIND: docker REDIS_URL: redis://localhost:${{job.services.redis.ports[6379]}} DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres_test diff --git a/examples/demo/tests/cmd/cli.trycmd b/examples/demo/tests/cmd/cli.trycmd index 6eeff130a..fa5de9471 100644 --- a/examples/demo/tests/cmd/cli.trycmd +++ b/examples/demo/tests/cmd/cli.trycmd @@ -68,6 +68,7 @@ Commands: worker Generate worker mailer Generate mailer deployment Generate a deployment infrastructure + override Override templates and allows you to take control of them. You can always go back when deleting the local template help Print this message or the help of the given subcommand(s) Options: