Skip to content

Commit

Permalink
build: add tests to workflow_dispatch group for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
francisvaut committed Mar 2, 2024
1 parent e8687f5 commit 9d55664
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/backend-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [main, development, automated-testing]
pull_request:
branches: [main, development]
workflow_dispatch:

jobs:
test:
Expand All @@ -20,4 +21,4 @@ jobs:
python -m pip install --upgrade pip
pip install -r ./backend/requirements.txt
- name: Execute tests
run: python ./backend/manage.py test
run: python ./backend/manage.py test

0 comments on commit 9d55664

Please sign in to comment.