Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel81 committed May 27, 2024
1 parent c3a6f18 commit 5d252ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
run: |
cd backend
python -m pip install --upgrade pip
pip install -r requirements_workflow.txt
- name: Run Tests
run: |
cd backend
echo "Running tests..."
deploy:
Expand All @@ -35,6 +37,7 @@ jobs:
- uses: actions/checkout@v3
- name: Test
run: |
cd backend
echo "Running tests..."
- name: Deploy
# Only run this step if the branch is main
Expand Down

0 comments on commit 5d252ef

Please sign in to comment.