Skip to content

Commit

Permalink
ci: attempt to setup docker cache for etcd (#3488)
Browse files Browse the repository at this point in the history
* ci: attempt to setup docker cache for etcd

* ci: do not use file hash for cache key
  • Loading branch information
sunng87 committed Mar 14, 2024
1 parent e433396 commit 5ca8521
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
artifacts-dir: bins
version: current

fuzztest:
fuzztest:
name: Fuzz Test
needs: build
runs-on: ubuntu-latest
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
- name: Unzip binaries
run: tar -xvf ./bins.tar.gz
- name: Run GreptimeDB
run: |
run: |
./bins/greptime standalone start&
- name: Fuzz Test
uses: ./.github/actions/fuzz-test
Expand Down Expand Up @@ -279,6 +279,10 @@ jobs:
with:
# Shares cross multiple jobs
shared-key: "coverage-test"
- name: Docker Cache
uses: ScribeMD/docker-cache@0.3.7
with:
key: docker-${{ runner.os }}-coverage
- name: Install latest nextest release
uses: taiki-e/install-action@nextest
- name: Install cargo-llvm-cov
Expand Down

0 comments on commit 5ca8521

Please sign in to comment.