Skip to content

Bump go and ginkgo versions [main] #103

Bump go and ginkgo versions [main]

Bump go and ginkgo versions [main] #103

Workflow file for this run

name: "Unit Tests"
on:
workflow_dispatch:
push:
branches:
- main
- oss-migration*
pull_request:
branches:
- main
- oss-migration*
permissions:
contents: write
defaults:
run:
shell: bash
jobs:
test:
name: Running Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.22.2'
# - name: Setup test
# run: |
# go install github.com/onsi/ginkgo/v2/ginkgo
- name: Run Tests
run: |
export GOPATH=$HOME/cli-plugin-repo
export PATH=$GOPATH/bin:$PATH
bin/test
env:
BINARY_VALIDATION: false