Test download artifacts and print message
This commit is contained in:
12
.github/workflows/nightly.yml
vendored
12
.github/workflows/nightly.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user