Skip to content

Commit

Permalink
Fix elasticjob controller CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
workingloong committed Jan 12, 2025
1 parent 789b58e commit 5dad667
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/elasticjob-controller-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ name: elasticjob-controller-test
description: run gotest to execute go test cases of ElasticJob operator
runs:
using: 'docker'
image: "golang:1.23.4"
image: "easydl/dlrover:ci"
args:
- "/bin/bash"
- "-c"
- "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 ./..."

0 comments on commit 5dad667

Please sign in to comment.