Skip to content

Add German translation courtesy of SusurrusNights #336

Add German translation courtesy of SusurrusNights

Add German translation courtesy of SusurrusNights #336

Workflow file for this run

name: tests
on:
# Run on push to main
push:
paths:
- 'notifier/**'
- 'tests/**'
- 'config/**'
- 'pyproject.toml'
- 'config/config.toml'
- '.github/workflows/tests.yml'
branches: [ main ]
# Run on PR
pull_request:
paths:
- 'notifier/**'
- 'tests/**'
- 'config/**'
- 'pyproject.toml'
- 'config/config.toml'
- '.github/workflows/tests.yml'
# Run manually
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run tests
run: ./tests/run_tests.sh
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: docker compose -f docker-compose.test.yml up --build typecheck --exit-code-from typecheck