You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mailu/tests
Dimitri Huisman f6de2b2938 Switch from docker build to buildx for CI/CD.
- The main workflow file has been optimised and simplified.
- Images are built in parallel when building locally resulting in faster build times.
- The github action workflow is about 50% faster.
- Arm images are built as well. These images are not tested due to restrictions of github actions (no arm runners). The tags of the images have -arm appended to it.
- Arm images can also be built locally.
- Reusable workflow is introduced for building, testing and deploying the images.
  This allows the workflow to be reused for other purposes in the future.
- Workflow can be manually triggered. This allows forked Mailu projects to also use the workflow for building images.
2 years ago
..
certs Implemented sending/reading email(local tests) 6 years ago
compose Switch from docker build to buildx for CI/CD. 2 years ago
alias_test.py Removed unused imports and fixed indentation 6 years ago
build.hcl Switch from docker build to buildx for CI/CD. 2 years ago
email_test.py Fix indentation 6 years ago
forward_test.py Removed unused imports and fixed indentation 6 years ago
reply_test.py Unused imports and bad indentation 6 years ago
requirements.txt Pin test/build pip-dependencies to their last known versions 4 years ago
smtp.py Add a very simple test script for sending mails 6 years ago