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]
|
||||
jobs:
|
||||
lint:
|
||||
|
|
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
|
@ -4,9 +4,6 @@ jobs:
|
|||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Tests
|
||||
run: docker-compose -f test.yml up --exit-code-from tests
|
||||
- name: Coverage
|
||||
uses: codecov/codecov-action@v1
|
||||
- uses: actions/checkout@v2
|
||||
- run: docker-compose -f test.yml up --exit-code-from tests
|
||||
- uses: codecov/codecov-action@v1
|
||||
|
|
Loading…
Reference in a new issue