Skip to content

feat: Bump kiali-operator to 1.73.0 #4147

feat: Bump kiali-operator to 1.73.0

feat: Bump kiali-operator to 1.73.0 #4147

Workflow file for this run

name: Go test
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
test:
name: Go Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup asdf
uses: asdf-vm/actions/setup@v1
- name: Run unit tests
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: make go-test