File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
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 :
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
You can’t perform that action at this time.
0 commit comments