fix: remove go test step, runner has no go
Build and Push / build (push) Failing after 15m54s

This commit is contained in:
ilovintit
2026-06-08 15:30:10 +08:00
parent e025e65577
commit ff277dfed1
-6
View File
@@ -22,12 +22,6 @@ jobs:
git clone https://gitea.songhuwan.com/actions/docker-compose-updater.git . git clone https://gitea.songhuwan.com/actions/docker-compose-updater.git .
git checkout ${{ github.sha }} git checkout ${{ github.sha }}
- name: Build updater binary (test only)
run: |
go mod download
go build -o /dev/null ./cmd/updater
go build -o /dev/null ./cmd/dcu-send
- name: Build and push updater image - name: Build and push updater image
run: | run: |
PUBLIC_KEY_BASE64=$(base64 -w0 < keys/signing-public.pem) PUBLIC_KEY_BASE64=$(base64 -w0 < keys/signing-public.pem)