Files
matrix-webhook/.gitea/workflows/test.yml
Sergey Besedin b75c6a8b2c
Some checks failed
Publish on Docker Hub / docker-hub (push) Failing after 40s
Test entrypoints / test-entrypoints (push) Failing after 1m1s
Lints / lint (push) Failing after 36s
Tests / tests (push) Failing after 1m17s
arst
2024-09-20 03:47:52 +04:00

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