Skip to content

Commit c28c4b5

Browse files
committed
CI: improve output
1 parent 2a396a2 commit c28c4b5

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/ci.bazelrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
common --show_progress_rate_limit=5
2+
common --curses=no
3+
common --color=yes
4+
common --terminal_columns=120
5+
common --show_timestamps
6+
build --verbose_failures

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2121
- name: Setup Bazel
2222
uses: bazel-contrib/setup-bazel@4fd964a13a440a8aeb0be47350db2fc640f19ca8 # 0.15.0
23+
with:
24+
bazelrc: import %workspace%/.github/workflows/ci.bazelrc
2325
- name: Run buildifier
2426
run: bazelisk run //util:buildifier.check
2527
tidy_and_test_matrix:
@@ -36,6 +38,7 @@ jobs:
3638
bazelisk-cache: true
3739
disk-cache: ${{ github.workflow }}-${{ matrix.runner }}-tidy_and_test_matrix
3840
repository-cache: true
41+
bazelrc: import %workspace%/.github/workflows/ci.bazelrc
3942
- name: Execute Tests
4043
run: bazelisk test //... @rules_img_tool//...
4144
integration_test_matrix:
@@ -56,6 +59,7 @@ jobs:
5659
bazelisk-cache: true
5760
disk-cache: ${{ github.workflow }}-${{ matrix.runner }}-integration_test_matrix
5861
repository-cache: true
62+
bazelrc: import %workspace%/.github/workflows/ci.bazelrc
5963
- name: Execute Integration Tests
6064
run: bazelisk test "//e2e:integration_tests"
6165

0 commit comments

Comments
 (0)