ci: fix tests not being run in bash

This commit is contained in:
Jens Langhammer 2020-09-10 13:17:34 +02:00
parent 7471415e7f
commit 7c3590f8ef
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
-f Dockerfile .
docker-compose up --no-start
docker-compose start postgresql redis
docker-compose run -u root server bash -c "pip install --no-cache -r requirements-dev.txt && ./manage.py test"
docker-compose run -u root --entrypoint /bin/bash server -c "pip install --no-cache -r requirements-dev.txt && ./manage.py test"
- name: Install Helm
run: |
apt update && apt install -y curl