We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db7a75 commit 4f702faCopy full SHA for 4f702fa
1 file changed
.github/workflows/cli_test.yaml
@@ -17,4 +17,8 @@ jobs:
17
run: uv sync --all-extras --dev
18
- name: Generate example project
19
run: uv run -m fastapi_forge start --use-example --no-ui --yes
20
+ - name: Run
21
+ working-directory: ./game_zone
22
+ run: make up
23
+ - name: Run tests
24
0 commit comments