try to run all offline tests in CI

This commit is contained in:
holger krekel
2023-10-21 12:49:05 +02:00
parent 3058ddc542
commit bdef189ce1

View File

@@ -5,14 +5,18 @@ on:
push:
jobs:
lint:
name: Lint
tox:
name: chatmail tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint chatmaild
- name: run chatmaild tests
working-directory: chatmaild
run: pipx run tox
- name: Lint deploy-chatmail
- name: run deploy-chatmail offline tests
working-directory: deploy-chatmail
run: pipx run tox
- name: run deploy-chatmail offline tests
working-directory: deploy-chatmail
run: pipx run tox