From 5ae5b744b616250381e72cbb83ad5d7617f4eaee Mon Sep 17 00:00:00 2001 From: workingloong Date: Sun, 12 Jan 2025 21:59:10 +0800 Subject: [PATCH] Fix CI. --- .github/actions/go-master-test/action.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/go-master-test/action.yml b/.github/actions/go-master-test/action.yml index 5fe3db699..da1c4890d 100644 --- a/.github/actions/go-master-test/action.yml +++ b/.github/actions/go-master-test/action.yml @@ -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" diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index abcaa9aea..4ec388603 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: