Skip to content

Commit

Permalink
add all script em um run
Browse files Browse the repository at this point in the history
  • Loading branch information
wallas committed Jul 10, 2024
1 parent 4afaeeb commit 94358e8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/backend.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: run-users-tests

on: [push, pull_request]

jobs:
Expand All @@ -11,7 +9,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.12'
- run: cd backend
- run: ls -la
- run: pip install -r requirements.txt
- run: python manage.py test users
- run: |
cd backend
ls -la
pip install -r requirements.txt
python manage.py test users

0 comments on commit 94358e8

Please sign in to comment.