fix(ci): instal dependencies in schleuder integration test phase
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
a986ad236a
commit
30be0bb2dd
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ steps:
|
||||||
image: python:3.11-bookworm
|
image: python:3.11-bookworm
|
||||||
group: test
|
group: test
|
||||||
commands:
|
commands:
|
||||||
|
- pip3 install -e .[test]
|
||||||
- echo "postfix postfix/mailname string example.org" | debconf-set-selections
|
- echo "postfix postfix/mailname string example.org" | debconf-set-selections
|
||||||
- echo "postfix postfix/main_mailer_type string 'Local only'" | debconf-set-selections
|
- echo "postfix postfix/main_mailer_type string 'Local only'" | debconf-set-selections
|
||||||
- apt update; apt install --yes schleuder schleuder-cli postfix patch
|
- apt update; apt install --yes schleuder schleuder-cli postfix patch
|
||||||
|
|
Loading…
Reference in a new issue