Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.1 #235

Bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.1

Bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.1 #235

Workflow file for this run

name: Pull Request Deploy test
on:
workflow_dispatch:
push:
branches:
- main
tags:
- v*
paths:
- 'config/**'
pull_request:
paths-ignore:
- 'config/**'
jobs:
kustomize-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Complie manifests
uses: azure/k8s-bake@v3
with:
renderEngine: 'kustomize'
kustomizationPath: './config/default/'
kubectl-version: 'latest'
silent: 'false'