Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
RawanMostafa08 committed Oct 19, 2024
1 parent 7908d02 commit 461ecc3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@ jobs:
pip install -r requirements.txt
cd ..
- name: Run Migrations
run: |
cd SecretNote
python manage.py migrate
cd ..
- name: Start Django Server
run: |
cd SecretNote
python manage.py runserver 0.0.0.0:8000 &
sleep 5
cd ..
- name: Run Tests
run: |
cd SecretNote
Expand Down

0 comments on commit 461ecc3

Please sign in to comment.