Add second step
This commit is contained in:
16
.github/workflows/nightly.yml
vendored
16
.github/workflows/nightly.yml
vendored
@@ -26,11 +26,17 @@ jobs:
|
|||||||
name: home-automation-backend_build_${{ github.run_number }}
|
name: home-automation-backend_build_${{ github.run_number }}
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
# nightly-tests:
|
nightly-tests:
|
||||||
# runs-on: [ubuntu-latest, cloud]
|
runs-on: [ubuntu-latest, cloud]
|
||||||
# steps:
|
needs: build
|
||||||
# - uses: actions/checkout@v4
|
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
|
# - name: Set up Go
|
||||||
# uses: actions/setup-go@v4
|
# uses: actions/setup-go@v4
|
||||||
# with:
|
# with:
|
||||||
|
|||||||
Reference in New Issue
Block a user