Skip to content

Commit

Permalink
fix env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
whhe committed Jun 21, 2024
1 parent 5934600 commit 8681224
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-oceanbase-ce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
build:
uses: ./.github/workflows/build-oceanbase-ce.yml
with:
cache_key: ${{ env.CACHE_KEY }}
image_file: ${{ env.IMAGE_FILE }}
cache_key: ${{ CACHE_KEY }}
image_file: ${{ IMAGE_FILE }}

test-slim:
needs: build
uses: ./.github/workflows/java-test-oceanbase-ce.yml
with:
cache_key: ${{ env.CACHE_KEY }}
image_file: ${{ env.IMAGE_FILE }}
cache_key: ${{ CACHE_KEY }}
image_file: ${{ IMAGE_FILE }}
mode: slim
port: 1234
sys_password: ''
Expand Down

0 comments on commit 8681224

Please sign in to comment.