mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Return push test result step
This commit is contained in:
3
.github/workflows/ci-workflow.yml
vendored
3
.github/workflows/ci-workflow.yml
vendored
@@ -18,3 +18,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
deployer_url="https://raw.githubusercontent.com/Insality/defold-deployer/1/deployer.sh"
|
deployer_url="https://raw.githubusercontent.com/Insality/defold-deployer/1/deployer.sh"
|
||||||
curl -s ${deployer_url} | bash -s lbd --headless --settings ./unit_test.txt
|
curl -s ${deployer_url} | bash -s lbd --headless --settings ./unit_test.txt
|
||||||
|
|
||||||
|
- name: Upload test report
|
||||||
|
run: bash <(curl -s https://codecov.io/bash)
|
Reference in New Issue
Block a user