Skip to content

Commit

Permalink
mobile/ci: Revert mobile coverage hack (bazel version) (#38278)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Jan 31, 2025
1 parent b0571e6 commit 091d197
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/mobile-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ jobs:
run: |
cd mobile
tar -czf coverage.tar.gz generated/coverage
# TODO(phlax): This is a highly undesirable workaround - remove once
# https://github.com/bazelbuild/bazel/issues/23247 is resolved/available
steps-pre: |
- name: Inject bazel version
shell: bash
run: |
echo "7.1.2" > .bazelversion
target: mobile-coverage
timeout-minutes: 120
upload-name: coverage.tar.gz
Expand Down

0 comments on commit 091d197

Please sign in to comment.