Skip to content

Commit

Permalink
.github/
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Aug 15, 2024
1 parent e2017d2 commit 81e6dda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/envoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: |
bazel build --config=ci @envoy_repo//:project | jq '.'
bazel build --config=ci @envoy_repo//:project
cat bazel-bin/external/envoy_repo/project.json | jq '.'

0 comments on commit 81e6dda

Please sign in to comment.