mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
maybe fix coveralls connection?
This commit is contained in:
parent
dd9eed3da6
commit
281ea37bd6
7
.github/workflows/pr_checks.yaml
vendored
7
.github/workflows/pr_checks.yaml
vendored
@ -203,8 +203,11 @@ jobs:
|
|||||||
run: invoke translate
|
run: invoke translate
|
||||||
- name: Check Migration Files
|
- name: Check Migration Files
|
||||||
run: python3 ci/check_migration_files.py
|
run: python3 ci/check_migration_files.py
|
||||||
- name: Upload Coverage Report
|
- name: Coveralls Finished
|
||||||
run: coveralls
|
uses: coverallsapp/github-action@master
|
||||||
|
with:
|
||||||
|
github-token: ${{ env.GITHUB_TOKEN }}
|
||||||
|
git-commit: ${{ env.GITHUB_SHA }}
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
name: Postgres
|
name: Postgres
|
||||||
|
Loading…
Reference in New Issue
Block a user