Update test.yml

This commit is contained in:
Daniel Grams 2021-01-26 19:40:58 +01:00
parent c448dd9e7d
commit 4e7d2b64da
2 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
name: Docker build
on: [pull_request, workflow_dispatch]
on: [push, pull_request, workflow_dispatch]
jobs:
main:

View File

@ -3,7 +3,7 @@
name: Tests
# Controls when the action will run.
on: [pull_request, workflow_dispatch]
on: [push, pull_request, workflow_dispatch]
jobs:
# Label of the container job
@ -43,6 +43,8 @@ jobs:
env:
TEST_DATABASE_URL: postgresql://postgres:postgres@postgres/gsevpt_tests
- name: Coveralls
- name: Codecov
if: ${{ success() }}
uses: AndreMiras/coveralls-python-action@develop
uses: codecov/codecov-action@v1
with:
verbose: true