Skip to content

First part implementation of shoot migration for firewalls #616

First part implementation of shoot migration for firewalls

First part implementation of shoot migration for firewalls #616

Workflow file for this run

---
name: Test Action
on:
pull_request:
branches:
- master
release:
types:
- published
push:
branches:
- master
jobs:
build:
name: Test Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go 1.21
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- name: Check (lint) and Test
run: |
make test-in-docker