Skip to content

Commit

Permalink
fixup CI workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 committed Jul 2, 2024
1 parent 362425b commit dbc3f3f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,10 @@ jobs:
go-version: "1.22"

- name: go fmt
working-directory: src/k8s
run: make go.fmt

- name: go vet
working-directory: src/k8s
run: make go.vet

- name: go test
working-directory: src/k8s
run: make test-unit

0 comments on commit dbc3f3f

Please sign in to comment.