Skip to content

test(e2e): add end to end testing #1350

test(e2e): add end to end testing

test(e2e): add end to end testing #1350

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
env:
GOTOOLCHAIN: local
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.23"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: 2.x
args: release --clean --snapshot --skip=sign
- uses: actions/upload-artifact@v4
with:
name: Preview Binaries
path: dist/hcloud-*/hcloud