Compare commits
2 Commits
1698545391
...
aec64ea5f3
Author | SHA1 | Date | |
---|---|---|---|
aec64ea5f3 | |||
4a0ccdb8bc |
@ -30,6 +30,6 @@ jobs:
|
|||||||
sudo apt-get update &&
|
sudo apt-get update &&
|
||||||
sudo apt-get -y install build-essential python3-dev libldap2-dev libsasl2-dev mariadb-client
|
sudo apt-get -y install build-essential python3-dev libldap2-dev libsasl2-dev mariadb-client
|
||||||
- name: Install python dependencies
|
- name: Install python dependencies
|
||||||
run: pdm install
|
run: pdm sync -d
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: pdm run ./manage.py test --parallel auto
|
run: pdm run -v ./manage.py test --parallel auto
|
||||||
|
Loading…
Reference in New Issue
Block a user