mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-01-16 08:05:57 +00:00
details
This commit is contained in:
parent
19ef1f4e93
commit
e2d85eaa21
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Lint
|
name: Lints
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|||||||
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
@ -4,9 +4,6 @@ jobs:
|
|||||||
tests:
|
tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- uses: actions/checkout@v2
|
||||||
uses: actions/checkout@v2
|
- run: docker-compose -f test.yml up --exit-code-from tests
|
||||||
- name: Tests
|
- uses: codecov/codecov-action@v1
|
||||||
run: docker-compose -f test.yml up --exit-code-from tests
|
|
||||||
- name: Coverage
|
|
||||||
uses: codecov/codecov-action@v1
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user