Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed May 3, 2024
1 parent 2c40435 commit 7891eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gazelle_examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
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 && echo DWH && cat src/test/com/github/bazel_contrib/contrib_rules_jvm/examples/gazelle/BUILD.bazel && echo /DWH && bazelisk --bazelrc=../../.github/workflows/ci.bazelrc test --enable_bzlmod //...)
run: (cd examples/gazelle && bazelisk --bazelrc=../../.github/workflows/ci.bazelrc run --enable_bzlmod //:gazelle && echo DWH && cat src/test/com/example/gazelle/BUILD.bazel && echo /DWH && bazelisk --bazelrc=../../.github/workflows/ci.bazelrc test --enable_bzlmod //...)

0 comments on commit 7891eee

Please sign in to comment.