mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
Update test.yml
This commit is contained in:
parent
c448dd9e7d
commit
4e7d2b64da
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: Docker build
|
||||
|
||||
on: [pull_request, workflow_dispatch]
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
main:
|
||||
|
||||
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user