Skip to content

Merge pull request #463 from NetApp/462-password-not-set-in-security_… #1569

Merge pull request #463 from NetApp/462-password-not-set-in-security_…

Merge pull request #463 from NetApp/462-password-not-set-in-security_… #1569

Workflow file for this run

name: Go Unit Tests
on:
push:
branches:
- "integration/main"
- "release*"
pull_request:
branches:
- "integration/main"
- "release*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Build
run: |
export GOFLAGS=-buildvcs=false
./scripts/unittest.sh