aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/test.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index a9fcade..30e6ba3 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -41,8 +41,9 @@ jobs:
export IMAGE_SUFFIX='-venv:${{ inputs.version }}'
docker-compose run \
--rm -T -e COVERAGE_DATAFILE=.coverage.${{ matrix.os }} \
+ --entrypoint coverage \
snekbox \
- coverage run -m unittest
+ run -m unittest
# Upload it so the coverage from all matrix jobs can be combined later.
- name: Upload coverage data