matrix-webhook/.github/workflows/test.yml
Guilhem Saurel e2d85eaa21 details
2021-07-13 11:43:01 +02:00

9 lines
230 B
YAML

name: Tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: docker-compose -f test.yml up --exit-code-from tests
- uses: codecov/codecov-action@v1