mirror of
https://github.com/Insality/druid
synced 2025-06-27 10:27:48 +02:00
Return push test result step
This commit is contained in:
parent
b5e5d0fed0
commit
f45617be5b
5
.github/workflows/ci-workflow.yml
vendored
5
.github/workflows/ci-workflow.yml
vendored
@ -17,4 +17,7 @@ jobs:
|
|||||||
- name: Build && Run
|
- name: Build && Run
|
||||||
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)
|
Loading…
x
Reference in New Issue
Block a user