Skip to content

fix(crd): kindConfig type (#477) #98

fix(crd): kindConfig type (#477)

fix(crd): kindConfig type (#477) #98

name: "Integration tests"
on:
push:
branches:
- main
- releases/*
pull_request:
branches:
- main
- releases/*
jobs:
integration-tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
with:
go-version: 1.18
- uses: actions/[email protected]
- name: "Run integration tests"
run: make integration-test INTEGRATION_OUTPUT_JUNIT="true"