Skip to content

Update readme and the Makefile to remove outdated instructions and adjust the local test timeouts #702

Update readme and the Makefile to remove outdated instructions and adjust the local test timeouts

Update readme and the Makefile to remove outdated instructions and adjust the local test timeouts #702

name: Component tests
on:
pull_request:
branches:
- main
- 'release-*'
paths-ignore:
- 'docs/**'
- '**.adoc'
- '**.md'
- 'LICENSE'
push:
branches:
- main
- 'release-*'
paths-ignore:
- 'docs/**'
- '**.adoc'
- '**.md'
- 'LICENSE'
concurrency:
group: ${{ github.head_ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
kubernetes-component:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set Go
uses: actions/setup-go@v5
with:
go-version-file: './go.mod'
- name: Run component tests
run: |
make test-component