ci: update build workflow to use bash when running python tests
This commit is contained in:
parent
31f659de55
commit
82756c31a4
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue