Skip to content

Commit

Permalink
test oceanbase-ce without cleaning disk
Browse files Browse the repository at this point in the history
  • Loading branch information
whhe committed Aug 20, 2024
1 parent 1e8e0d3 commit 6ca29e1
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/java-test-oceanbase-ce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,16 @@ jobs:
test-oceanbase-ce:
runs-on: ubuntu-latest
steps:
- name: Free disk space on Ubuntu runner
uses: kfir4444/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: true

- name: Download artifact
uses: actions/download-artifact@v4
with:
name: ${{ inputs.cache_key }}
path: /tmp

- name: Load Docker image
run: docker load -i /tmp/${{ inputs.image_file }}
run: |
docker load -i /tmp/${{ inputs.image_file }}
rm -rf /tmp/*
- name: Start Docker container
uses: oceanbase/setup-oceanbase-ce@v1
Expand Down

0 comments on commit 6ca29e1

Please sign in to comment.