mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-04-09 03:15:40 +00:00
12 lines
293 B
YAML
12 lines
293 B
YAML
name: Tests
|
|
on: [push, pull_request]
|
|
jobs:
|
|
tests:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
with:
|
|
github-server-url: 'http://gitea:3000'
|
|
- run: docker compose -f test.yml up --exit-code-from tests
|
|
- uses: codecov/codecov-action@v4
|