mirror of
https://github.com/typesense/typesense.git
synced 2025-05-22 06:40:30 +08:00
Fix restore key
This commit is contained in:
parent
098d1ea792
commit
858fb5c2dc
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -43,6 +43,8 @@ jobs:
|
||||
~/.cache/bazel
|
||||
# Source: https://github.com/actions/cache/blob/67b839edb68371cc5014f6cea11c9aa77238de78/examples.md#linux-2
|
||||
key: ${{ runner.os }}-bazel-${{ hashFiles('.bazelversion', '.bazelrc', 'WORKSPACE', 'WORKSPACE.bazel', 'MODULE.bazel') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-bazel-
|
||||
|
||||
- name: Build Typesense
|
||||
run: bazel build //:typesense-server
|
||||
@ -66,5 +68,3 @@ jobs:
|
||||
~/.cache/bazel
|
||||
# Source: https://github.com/actions/cache/blob/67b839edb68371cc5014f6cea11c9aa77238de78/examples.md#linux-2
|
||||
key: ${{ runner.os }}-bazel-${{ hashFiles('.bazelversion', '.bazelrc', 'WORKSPACE', 'WORKSPACE.bazel', 'MODULE.bazel') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-bazel-
|
||||
|
Loading…
x
Reference in New Issue
Block a user