Skip to content

GHES 3.11: Changes in generated code #324

GHES 3.11: Changes in generated code

GHES 3.11: Changes in generated code #324

Workflow file for this run

name: "Build and validate Go generated SDK"
on:
pull_request:
workflow_dispatch:
push:
branches:
- 3.11
jobs:
build:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/[email protected]
with:
go-version: '1.21.4'
- name: Build the SDK
run: go build ./...
- name: Run unit tests
run: go test ./...