Skip to content

Commit

Permalink
🧪 test(ci): update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thaleseuflauzino authored Aug 12, 2024
1 parent 3e1e30c commit 9676395
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.10.12
- name: Install dependencies and run tests
- name: Install dependencies
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: Navigate to backend/server
run: |
cd backend/server
- name: Run tests
run: |
python manage.py test

0 comments on commit 9676395

Please sign in to comment.