Skip to content

chore: get tenant annotation from annotations #216

chore: get tenant annotation from annotations

chore: get tenant annotation from annotations #216

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 ./...