Skip to content

Fix yaml separator [v0.1.x] #175

Fix yaml separator [v0.1.x]

Fix yaml separator [v0.1.x] #175

Workflow file for this run

name: pull_request
on:
push:
branches:
- 'master'
- 'main'
pull_request:
env:
KUBE_VERSION: v1.22.15
jobs:
test:
name: Tests
runs-on: ubuntu-22.04
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go 1.18.2
uses: actions/setup-go@v4
with:
go-version: 1.18.2
- uses: azure/setup-kubectl@v3
with:
version: ${{ env.KUBE_VERSION }}
- name: Install kind
uses: helm/[email protected]
with:
node_image: "kindest/node:${{ env.KUBE_VERSION }}"
- name: Run tests
run: |
go install github.com/onsi/ginkgo/[email protected] && export PATH=$PATH:$(go env GOPATH)/bin/
ginkgo -r -p -failFast -randomizeSuites -randomizeAllSpecs -skipPackage=./installutils/kubeinstall,./debugutils/test