Skip to content

Commit

Permalink
Update GitHub Actions workflow for Django project
Browse files Browse the repository at this point in the history
  • Loading branch information
FeloxleF committed Mar 16, 2024
1 parent 43fb826 commit a3885aa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
pull_request:
branches: [ "main" ]

defaults:
run:
working-directory: ./activmindback

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -25,8 +21,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
working-directory: ./activmindback
run:
python -m pip install --upgrade pip
pip install -r ../requirements.txt
- name: Run Tests
working-directory: ./activmindback
run: python manage.py test

0 comments on commit a3885aa

Please sign in to comment.