Skip to content

Commit

Permalink
Update django.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FeloxleF authored Mar 16, 2024
1 parent f317ea1 commit 63cce82
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./activmindback
strategy:
max-parallel: 4
matrix:
Expand All @@ -21,11 +24,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
run: |
cd activmindback/
run:
python -m pip install --upgrade pip
pip install -r ../requirements.txt
- name: Run Tests
run: |
cd activmindback/
python manage.py test
run: python manage.py test

0 comments on commit 63cce82

Please sign in to comment.