Skip to content

Commit

Permalink
Comment out caches for gazelle tests to see if that helps tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jul 12, 2024
1 parent d7995a6 commit ca021de
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/gazelle_examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@ jobs:

- uses: bazelbuild/setup-bazelisk@v2

- name: Mount bazel action cache
uses: actions/cache@v2
with:
path: "~/.cache/bazel"
key: bazel

- name: Mount bazel repo cache
uses: actions/cache@v2
with:
path: "~/.cache/bazel-repo"
key: bazel-repo
# - name: Mount bazel action cache
# uses: actions/cache@v2
# with:
# path: "~/.cache/bazel"
# key: bazel
#
# - name: Mount bazel repo cache
# uses: actions/cache@v2
# with:
# path: "~/.cache/bazel-repo"
# key: bazel-repo

- name: bzlmod gazelle
env:
# Bazelisk will download bazel to here, ensure it is cached between runs.
XDG_CACHE_HOME: ~/.cache/bazel-repo
# env:
# # Bazelisk will download bazel to here, ensure it is cached between runs.
# XDG_CACHE_HOME: ~/.cache/bazel-repo
run: (cd examples/gazelle && bazelisk --bazelrc=../../.github/workflows/ci.bazelrc run --enable_bzlmod //:gazelle && bazelisk --bazelrc=../../.github/workflows/ci.bazelrc test --enable_bzlmod //...)

0 comments on commit ca021de

Please sign in to comment.