Skip to content

Commit 68b7659

Browse files
CopilotSupraSummus
andcommitted
Add Flask and FastAPI test steps to CI workflow
Co-authored-by: SupraSummus <15822143+SupraSummus@users.noreply.github.com>
1 parent 91e0924 commit 68b7659

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)