Skip to content

Commit

Permalink
Update test-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xbaro committed Sep 30, 2024
1 parent c9979fe commit 56ff000
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
image: bitnami/minio:latest
ports:
- 9000:9000
env:
MINIO_ACCESS_KEY: minioadmin
MINIO_SECRET_KEY: minioadmin
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -89,7 +92,7 @@ jobs:
- name: Migrate database
run: |
cd src
cp pelp/manage.py
cp pelp/manage.py .
python manage.py migrate
export PYTHONPATH=$PYTHONPATH:$PWD
cd ..
Expand Down

0 comments on commit 56ff000

Please sign in to comment.