Needs to +x permission of executable
All checks were successful
Run nightly tests / build (push) Successful in 1m14s
Run short tests / run-tests (push) Successful in 1m36s
Run nightly tests / nightly-tests-play (push) Successful in 17s
Run nightly tests / nightly-tests (push) Successful in 37s

This commit is contained in:
2025-05-23 11:43:01 +02:00
parent 175e3e36a7
commit 8438944f8a

View File

@@ -36,6 +36,7 @@ jobs:
name: home-automation-backend_build_${{ github.run_number }} name: home-automation-backend_build_${{ github.run_number }}
- name: Print helping message - name: Print helping message
run: | run: |
chmod +x ${GITHUB_WORKSPACE}/home-automation-backend
${GITHUB_WORKSPACE}/home-automation-backend help ${GITHUB_WORKSPACE}/home-automation-backend help
nightly-tests: nightly-tests: