Lets see if we can upload artifacts
Some checks failed
Run short tests / run-tests (push) Successful in 1m21s
Run nightly tests / build (push) Failing after 1m48s

This commit is contained in:
2025-05-21 20:07:09 +02:00
parent 5348d2a8f4
commit 61a544ca29

View File

@@ -19,11 +19,11 @@ jobs:
working-directory: ./src working-directory: ./src
run: | run: |
go build go build
ls -lR - name: Upload artifacts
# - name: Upload artifacts uses: actions/upload-artifact@v3
# uses: actions/upload-artifact@v3 with:
# with: paths: home-automation-backend
# name: build-artifact retention-days: 1
# nightly-tests: # nightly-tests:
# runs-on: [ubuntu-latest, cloud] # runs-on: [ubuntu-latest, cloud]