feat: Istio gateway secret controller #4629
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: TestSuite integration and unit tests | |
on: | |
pull_request: | |
branches: | |
- main | |
- feat/** | |
jobs: | |
envtest-and-unittest: | |
name: "Run 'make test'" | |
runs-on: ubuntu-latest | |
env: | |
GOSUMDB: off | |
steps: | |
- name: Checkout lifecycle-manager | |
uses: actions/checkout@v4 | |
- name: Set up Go | |
uses: actions/setup-go@v5 | |
with: | |
go-version-file: 'go.mod' | |
- name: Run 'make test' | |
run: | | |
make test |