Add second step
All checks were successful
Run short tests / run-tests (push) Successful in 1m11s
Run nightly tests / build (push) Successful in 1m45s
Run nightly tests / nightly-tests (push) Successful in 42s

This commit is contained in:
2025-05-21 20:30:55 +02:00
parent 85e4863f12
commit 6c4be53f4b

View File

@@ -26,11 +26,17 @@ jobs:
name: home-automation-backend_build_${{ github.run_number }}
retention-days: 1
# nightly-tests:
# runs-on: [ubuntu-latest, cloud]
# steps:
# - uses: actions/checkout@v4
nightly-tests:
runs-on: [ubuntu-latest, cloud]
needs: build
steps:
- uses: actions/checkout@v4
- name: Download artifacts
uses: actions/download-artifact@v3
with:
name: home-automation-backend_build_${{ github.run_number }}
- name: Check files
run: ls -lR
# - name: Set up Go
# uses: actions/setup-go@v4
# with: