- Mail encryption (when expected) - Introducer listing, adding and removing - Locals listing, adding and removing
15 lines
262 B
YAML
15 lines
262 B
YAML
stages:
|
|
- test
|
|
|
|
test-job:
|
|
stage: test
|
|
image: localhost:5000/huskbuilder:latest
|
|
script:
|
|
- cargo test
|
|
|
|
e2e-test-job:
|
|
stage: test
|
|
image: localhost:5000/mta:latest
|
|
script:
|
|
- bash /usr/bin/prepare.sh && bash /opt/husk/mapped/e2e-tests/runner.sh
|