Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AmooHashem committed May 8, 2024
1 parent 63c7ff0 commit bdc9316
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Django Tests
name: Run Apps Tests

on:
push:
branches:
- test-ci
- main
jobs:
test:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -36,5 +36,5 @@ jobs:
- name: Run tests
run: |
python manage.py test apps.report
python manage.py test

0 comments on commit bdc9316

Please sign in to comment.