Skip to content

Commit 169a232

Browse files
CopilotSupraSummus
andauthored
Run CI tests for Flask and FastAPI (#6)
* Initial plan * Add Flask and FastAPI test steps to CI workflow Co-authored-by: SupraSummus <15822143+SupraSummus@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: SupraSummus <15822143+SupraSummus@users.noreply.github.com>
1 parent 7f3f16f commit 169a232

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
- run: ./test.sh
1515
env:
1616
DATABASE_URL: postgresql://postgres:postgrespass@localhost:5432/testdb
17+
- run: ./test.sh
18+
working-directory: flask
19+
- run: ./fastapi/test.sh
1720

1821
services:
1922
postgres:

0 commit comments

Comments
 (0)