Skip to content

fix: update tenant annotations to be taken from root level. #221

fix: update tenant annotations to be taken from root level.

fix: update tenant annotations to be taken from root level. #221

Workflow file for this run

name: "Execute Golang Tests"
on:
push:
jobs:
execute-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Install dependencies
run: go mod download
- name: Execute golang tests
run: go test -timeout 5m ./...