Test with help message
Some checks failed
Run nightly tests / build (push) Successful in 1m10s
Run short tests / run-tests (push) Successful in 1m39s
Run nightly tests / nightly-tests-play (push) Failing after 16s
Run nightly tests / nightly-tests (push) Failing after 36s

This commit is contained in:
2025-05-23 11:38:31 +02:00
parent ab53a7dc71
commit 05381bde3a

View File

@@ -22,7 +22,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
path: /workspace/tliu93/home-automation-backend/src/home-automation-backend
path: ${GITHUB_WORKSPACE}/src/home-automation-backend
name: home-automation-backend_build_${{ github.run_number }}
retention-days: 1
@@ -36,9 +36,7 @@ jobs:
name: home-automation-backend_build_${{ github.run_number }}
- name: Print helping message
run: |
echo ${GITHUB_WORKSPACE}
pwd
ls -lR
${GITHUB_WORKSPACE}/home-automation-backend help
nightly-tests:
runs-on: [ubuntu-latest, cloud]