From 5ca8521e87332fca4ada65fbc32aaf04412570b4 Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Thu, 14 Mar 2024 08:48:02 +0800 Subject: [PATCH] ci: attempt to setup docker cache for etcd (#3488) * ci: attempt to setup docker cache for etcd * ci: do not use file hash for cache key --- .github/workflows/develop.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 1ce1d8c18c..839d45f591 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -117,7 +117,7 @@ jobs: artifacts-dir: bins version: current - fuzztest: + fuzztest: name: Fuzz Test needs: build runs-on: ubuntu-latest @@ -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 @@ -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