Skip to content

Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 #235

Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0

Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 #235

Workflow file for this run

name: Test and upload to Codecov
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
test-build:
name: Test and upload to Codecov
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Generate code
run: make generate
- name: Run tests
run: make unit-test
- name: Upload the coverage to Codecov
uses: codecov/codecov-action@v3