ci(deploy-commit): fix pop3 package testing not having the env variables to login

main
Guus van Meerveld 8 months ago
parent 3c9cb3be5d
commit fb62ef6437
Signed by: Guusvanmeerveld
GPG Key ID: 2BA7D7912771966E

@ -47,6 +47,11 @@ jobs:
- name: Test package
working-directory: ./packages/pop3
run: cargo test
env:
USERNAME: test
PASSWORD: localhost
PORT: 3110
SERVER: localhost
test:
name: Test apps

Loading…
Cancel
Save