Skip to content

Commit

Permalink
ci: update cache key for GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kreempuff committed Sep 22, 2024
1 parent 339565f commit 966059d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/cache@v4
with:
path: ~/.cache/bazel
key: ${{ runner.os }}-bazel-${{ hashFiles('./WORKSPACE', '**/BUILD', '**/BUILD.bzl', '**/*.bzl', '.bazelrc') }}
key: ${{ runner.os }}-bazel-${{ hashFiles('./MODULE.bazel', './MODULE.bazel.lock', '**/BUILD', '**/BUILD.bzl', '**/*.bzl', '.bazelrc') }}
restore-keys: |
${{ runner.os }}-bazel-
- run: bazel test --config ci //:unreal_target_test

0 comments on commit 966059d

Please sign in to comment.