Skip to content

Commit

Permalink
Remove obvious snafu
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Oct 12, 2024
1 parent 1155533 commit 932b379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workspace_based.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
run: (cd examples/workspace-based && bazel --bazelrc=../../.github/workflows/ci.bazelrc test --test_tag_filters=lint //...)

- name: Execute the passing test
run: (cd examples/workspace-based && bazel --bazelrc=../../.github/workflows/ci.bazelrc test --test_tag_filters=lint //java/test/com/github/bazelcontrib/rulesjvm/example:PassingTest)
run: (cd examples/workspace-based && bazel --bazelrc=../../.github/workflows/ci.bazelrc test //java/test/com/github/bazelcontrib/rulesjvm/example:PassingTest)

0 comments on commit 932b379

Please sign in to comment.