Skip to content

Commit

Permalink
[#17]Feat: 워크플로우 초기 세팅으로 롤백
Browse files Browse the repository at this point in the history
  • Loading branch information
Xoeon authored Jul 14, 2023
1 parent 185701c commit 5dd7965
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install -r backend/requirements.txt
- name: Print environment variable
env:
SECRET_KEY: ${{secrets.MODIFIED_DOTENV}}
pip install -r requirements.txt
- name: Run Tests
run: |
cd backend
python manage.py test
python3 backend/manage.py test

0 comments on commit 5dd7965

Please sign in to comment.