Skip to content

Commit f3fb48c

Browse files
committed
Fix tests workflow
1 parent 3e42e82 commit f3fb48c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/app-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
run: |
3939
python -m pip install -e src
4040
- name: Setup local database with seed data
41+
run: |
4142
cp .env.sample .env
4243
python ./src/fastapi_app/setup_postgres_database.py
4344
python ./src/fastapi_app/setup_postgres_seeddata.py

0 commit comments

Comments
 (0)