ci: update build workflow to use bash when running python tests

This commit is contained in:
Nicolas Giard 2022-09-08 15:38:13 -04:00 committed by GitHub
parent 31f659de55
commit 82756c31a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,6 +135,7 @@ jobs:
/usr/local/bin/wait-for db:3306 -- echo "DB ready"
- name: Run all tests
shell: bash
run: |
echo "Running checks..."
./ietf/manage.py check