Skip to content

test: Reorganize testing structure #136

test: Reorganize testing structure

test: Reorganize testing structure #136

name: PodDefaults Unit Tests
on:
pull_request:
paths:
- components/poddefaults-webhooks/**
- releasing/version/VERSION
- .github/workflows/poddefaults_unit_test.yaml
branches:
- main
- v*-branch
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.20"
check-latest: true
- name: Run unit tests
run: |
cd components/poddefaults-webhooks
make test