Skip to content

Update dependency @types/node to v13.13.52 #1072

Update dependency @types/node to v13.13.52

Update dependency @types/node to v13.13.52 #1072

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/..."