diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index da810c6c..4c035987 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -72,7 +72,7 @@ jobs: COVERALLS_PARALLEL: true coveralls: name: Indicate completion to coveralls.io - needs: build + needs: test runs-on: ubuntu-latest container: python:3-slim steps: