Skip to content

Commit

Permalink
Fix go CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
workingloong committed Jan 12, 2025
1 parent 5ae5b74 commit 789b58e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/actions/elasticjob-controller-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ runs:
args:
- "/bin/bash"
- "-c"
- "cd go/elasticjob && go test ./..."
- "rm -rf /usr/local/go && \
wget -q https://go.dev/dl/go1.23.4.linux-amd64.tar.gz && \
tar -C /usr/local -xzf go1.23.4.linux-amd64.tar.gz && \
go install github.com/onsi/ginkgo/v2/[email protected] && \
cd go/elasticjob && go test ./..."
3 changes: 2 additions & 1 deletion .github/actions/go-master-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ runs:
args:
- "/bin/bash"
- "-c"
- "cd go/master && ginkgo -v ./..."
- "go install github.com/onsi/ginkgo/v2/[email protected] && \
cd go/master && ginkgo -v ./..."

0 comments on commit 789b58e

Please sign in to comment.