fix(ci): instal dependencies in schleuder integration test phase
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
s3lph 2023-08-12 15:07:08 +02:00
parent a986ad236a
commit 30be0bb2dd
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -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