run tests via scripts

This commit is contained in:
holger krekel
2023-10-21 12:51:30 +02:00
parent bdef189ce1
commit fcd3194eb1

View File

@@ -20,3 +20,12 @@ jobs:
working-directory: deploy-chatmail
run: pipx run tox
scripts:
name: chatmail script invocations
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: run init.sh
run: ./scripts/init.sh
- name: run test.sh
run: ./scripts/test.sh