Add second step
This commit is contained in:
28
.github/workflows/nightly.yml
vendored
28
.github/workflows/nightly.yml
vendored
@@ -26,17 +26,23 @@ 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: Set up Go
|
- name: Download artifacts
|
||||||
# uses: actions/setup-go@v4
|
uses: actions/download-artifact@v3
|
||||||
# with:
|
with:
|
||||||
# go-version: '1.23'
|
name: home-automation-backend_build_${{ github.run_number }}
|
||||||
# - name: build
|
- name: Check files
|
||||||
# run: go build
|
run: ls -lR
|
||||||
|
# - name: Set up Go
|
||||||
|
# uses: actions/setup-go@v4
|
||||||
|
# with:
|
||||||
|
# go-version: '1.23'
|
||||||
|
# - name: build
|
||||||
|
# run: go build
|
||||||
# - name: Run nightly tests
|
# - name: Run nightly tests
|
||||||
# working-directory: ./tests
|
# working-directory: ./tests
|
||||||
# run: go test -v --short ./...
|
# run: go test -v --short ./...
|
||||||
|
|||||||
Reference in New Issue
Block a user