Skip to content

Commit

Permalink
fixL github workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
RawanMostafa08 committed Oct 20, 2024
1 parent c1f1aec commit ba29dd6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,6 @@ 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 &
- name: Run Tests
run: |
cd SecretNote
Expand Down

0 comments on commit ba29dd6

Please sign in to comment.