Skip to content

[RB] Show full child command in UI #20121

[RB] Show full child command in UI

[RB] Show full child command in UI #20121

Workflow file for this run

name: PR
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip')"
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: |
bazelisk build \
--config=untrusted-ci \
--remote_header=x-buildbuddy-api-key=${{ secrets.BUILDBUDDY_ORG_API_KEY }} \
//...
- name: Test
run: |
bazelisk test \
--config=untrusted-ci \
--remote_header=x-buildbuddy-api-key=${{ secrets.BUILDBUDDY_ORG_API_KEY }} \
//...