Skip to content

Update dependency next to v9.3.2 [SECURITY] #1110

Update dependency next to v9.3.2 [SECURITY]

Update dependency next to v9.3.2 [SECURITY] #1110

Workflow file for this run

name: Services
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: 'docker://gcr.io/cloud-builders/bazel'
with:
entrypoint: /bin/bash
args: -c "bazel build //runs/..."
- uses: 'docker://gcr.io/cloud-builders/bazel'
with:
entrypoint: /bin/bash
args: -c "bazel test --test_output=errors //runs/..."