Skip to content

Commit

Permalink
DEBUG bazelisk in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stagnation committed Dec 13, 2024
1 parent aef8ce5 commit f5d9416
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
{
"name": "Gazelle",
"run": "bazel run //:gazelle"
"run": "which bazel; bazel run //:gazelle"
},
{
"name": "Buildifier",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
{
"name": "Gazelle",
"run": "bazel run //:gazelle"
"run": "which bazel; bazel run //:gazelle"
},
{
"name": "Buildifier",
Expand Down
2 changes: 1 addition & 1 deletion tools/github_workflows/workflows_template.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
},
{
name: 'Gazelle',
run: 'bazel run //:gazelle',
run: 'which bazel; bazel run //:gazelle',
},
{
name: 'Buildifier',
Expand Down

0 comments on commit f5d9416

Please sign in to comment.