Check workspace location
All checks were successful
Run short tests / run-tests (push) Successful in 1m19s
Run nightly tests / build (push) Successful in 1m19s
Run nightly tests / nightly-tests-play (push) Successful in 18s
Run nightly tests / nightly-tests (push) Successful in 34s

This commit is contained in:
2025-05-23 11:35:49 +02:00
parent d9264885ab
commit ab53a7dc71

View File

@@ -36,7 +36,9 @@ 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: |
/workspace/tliu93/home-automation-backend/home-automation-backend_build_${{ github.run_number }} help echo ${GITHUB_WORKSPACE}
pwd
ls -lR
nightly-tests: nightly-tests:
runs-on: [ubuntu-latest, cloud] runs-on: [ubuntu-latest, cloud]