Skip to content

Commit

Permalink
Fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
workingloong committed Jan 12, 2025
1 parent 9189cfc commit 5ae5b74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/go-master-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: go-master-test
description: run gotest to execute go test cases of ElasticJob operator
runs:
using: 'docker'
image: ""golang:1.23.4""
image: "golang:1.23.4"
args:
- "/bin/bash"
- "-c"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v3
# This step references the directory that contains the action.
- name: RUN gotest
uses: ./.github/actions/operator-test
uses: ./.github/actions/elasticjob-controller-test
brain-test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5ae5b74

Please sign in to comment.