Skip to content

Bump github.com/go-sprout/sprout from 0.4.1 to 0.5.1 #691

Bump github.com/go-sprout/sprout from 0.4.1 to 0.5.1

Bump github.com/go-sprout/sprout from 0.4.1 to 0.5.1 #691

Workflow file for this run

name: ci-test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: make test
- name: Start minikube
uses: medyagh/setup-minikube@latest
- run: ASSUME_MINIKUBE_IS_CONFIGURED=true make test-e2e