From fe648f4784b464840fc90292eaff63fdb82ec9cc Mon Sep 17 00:00:00 2001 From: holger krekel Date: Sat, 21 Oct 2023 12:51:30 +0200 Subject: [PATCH] run tests via scripts --- .github/workflows/ci.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 73974590..03f63036 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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