Skip to content

Commit

Permalink
fix: fix ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
lulu010722 committed Apr 27, 2024
1 parent c9f69df commit 6730c32
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test all cases and build
name: test all cases

on:
push:
Expand All @@ -21,7 +21,4 @@ jobs:
go-version: 1.22.2

- name: Run tests
run: sudo go test ./...

- name: Build kubectl
run: sudo go build -o ./build/kubectl ./cmd
run: sudo go test ./...

0 comments on commit 6730c32

Please sign in to comment.