Skip to content

Gardener v1.92

Gardener v1.92 #1024

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@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Check (lint) and Test
run: |
make test-in-docker