Skip to content

Bump go and ginkgo versions [dev] (#480) #113

Bump go and ginkgo versions [dev] (#480)

Bump go and ginkgo versions [dev] (#480) #113

Workflow file for this run

name: "Unit Tests"
on:
pull_request:
branches:
- test
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@v5

Check failure on line 23 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 23
with:
go-version-file: go.mod
check-latest: true
- name: Run Tests
run: |
export GOPATH=$HOME/cli-plugin-repo
export PATH=$GOPATH/bin:$PATH
bin/test
env:
BINARY_VALIDATION: false