mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-01-16 08:05:57 +00:00
10 lines
230 B
YAML
10 lines
230 B
YAML
name: Tests
|
|
on: [push, pull_request]
|
|
jobs:
|
|
tests:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- run: docker compose -f test.yml up --exit-code-from tests
|
|
- uses: codecov/codecov-action@v4
|