Skip to content

fix the Driver controller and ClientProfile controller unit tests #1

fix the Driver controller and ClientProfile controller unit tests

fix the Driver controller and ClientProfile controller unit tests #1

Workflow file for this run

name: Unit Tests
on:
pull_request:
paths-ignore:
- 'vendor/*'
branches:
- main
- release-*
# cancel the in-progress workflow when PR is refreshed.
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
cancel-in-progress: true
permissions:
contents: read
jobs:
unittests:
runs-on: ubuntu-latest

Check failure on line 20 in .github/workflows/unit-test.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/unit-test.yaml

Invalid workflow file

You have an error in your yaml syntax on line 20
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
- name: run unit tests
run: make test