matrix-webhook/.github/workflows/test.yml

10 lines
230 B
YAML
Raw Normal View History

2021-07-13 05:13:56 -04:00
name: Tests
on: [push, pull_request]
2021-06-16 19:23:25 -04:00
jobs:
tests:
runs-on: ubuntu-latest
steps:
2021-07-13 05:43:01 -04:00
- uses: actions/checkout@v2
- run: docker-compose -f test.yml up --exit-code-from tests
- uses: codecov/codecov-action@v1