Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplanelad committed Dec 26, 2024
1 parent e249077 commit e4b1091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/loco-gen-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/demo/tests/cmd/cli.trycmd
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e4b1091

Please sign in to comment.