Skip to content

convert vm specs to provider specific instance type name #1259

convert vm specs to provider specific instance type name

convert vm specs to provider specific instance type name #1259

Workflow file for this run

name: code-build
on:
push:
branches: [ main ]
tags:
- '*'
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Build
run: |
go build -v ./...
- name: Test
run: go test -v ./...