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