mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Update README
Button key trigger will not consume input Update scroll position while animate Add scroll:set_view_size Better static grid get_index function Rework Data List (only static grid) Update Default style Remove a component from parent if exists on druid:remove
This commit is contained in:
2
.github/workflows/ci-workflow.yml
vendored
2
.github/workflows/ci-workflow.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
- name: Build && Run
|
||||
run: |
|
||||
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 ./test/test.ini
|
||||
|
||||
- name: Upload test report
|
||||
run: bash <(curl -s https://codecov.io/bash)
|
Reference in New Issue
Block a user