details
This commit is contained in:
parent
19ef1f4e93
commit
e2d85eaa21
2 changed files with 4 additions and 7 deletions
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 a new issue