Skip to content

move events for cleanup policies to the events controller (#7827) #84

move events for cleanup policies to the events controller (#7827)

move events for cleanup policies to the events controller (#7827) #84

Workflow file for this run

name: Tests
permissions: {}
on:
push:
branches:
- '*'
pull_request:
branches:
- 'main'
- 'release*'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Setup build env
uses: ./.github/actions/setup-build-env
with:
build-cache-key: tests
- name: Unit test
run: make test-unit