Skip to content

Add system acceptance tests #255

Add system acceptance tests

Add system acceptance tests #255

Workflow file for this run

# Copyright 2024 Hewlett Packard Enterprise Development LP
name: Build
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [ '1.22.3' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- run: go version
- run: make build
- run: make build-experimental