Skip to content

test: Reorganize testing structure #113

test: Reorganize testing structure

test: Reorganize testing structure #113

name: Run Profile Controller unit tests
on:
pull_request:
paths:
- components/profile-controller/**
- releasing/version/VERSION
- .github/workflows/profile_controller_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.19"
check-latest: true
- name: Run unit tests
run: |
cd components/profile-controller
make test