matrix-webhook/.gitea/workflows/test.yml
Sergey Besedin c75ea1b07b
Some checks failed
Publish on Docker Hub / docker-hub (push) Failing after 3m37s
Test entrypoints / test-entrypoints (push) Successful in 46s
Lints / lint (push) Failing after 40s
Tests / tests (push) Failing after 2m54s
Forgot about this
2024-09-20 23:05:57 +04:00

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