Skip to content

Remove --sandbox_debug bazel arg #798

Remove --sandbox_debug bazel arg

Remove --sandbox_debug bazel arg #798

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
container: uber/web-base-image:16.15.0-buster
steps:
- uses: actions/checkout@v2
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn flow-check
- run: yarn test