Skip to content

Commit

Permalink
removed parrallel testing that run into issue to often
Browse files Browse the repository at this point in the history
  • Loading branch information
leolivier committed Dec 31, 2024
1 parent c673872 commit d19953c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:

- name: Test django (skip redis needing tests)
run: |
python ./manage.py test --parallel --exclude-tag needs-redis
python ./manage.py test --exclude-tag needs-redis
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit d19953c

Please sign in to comment.