Test download artifacts and print message
Some checks failed
Run nightly tests / build (push) Successful in 1m41s
Run short tests / run-tests (push) Successful in 1m33s
Run nightly tests / nightly-tests-play (push) Failing after 36s
Run nightly tests / nightly-tests (push) Successful in 40s

This commit is contained in:
2025-05-23 11:29:44 +02:00
parent 6c4be53f4b
commit cb3f1ee9fd

View File

@@ -26,6 +26,18 @@ jobs:
name: home-automation-backend_build_${{ github.run_number }}
retention-days: 1
nightly-tests-play:
runs-on: [ubuntu-latest, cloud]
needs: build
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
with:
name: home-automation-backend_build_${{ github.run_number }}
- name: Print helping message
run: |
./home-automation-backend_build_${{ github.run_number }} help
nightly-tests:
runs-on: [ubuntu-latest, cloud]
needs: build