Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

chore(deps): update dependency rollup to v4 #1471

chore(deps): update dependency rollup to v4

chore(deps): update dependency rollup to v4 #1471

on: push
name: Builder
jobs:
build-and-test:
name: BazelBuildAndTest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Bazel build
uses: ngalaiko/bazel-action/1.2.1@master
with:
args: build //...
- name: Bazel test
uses: ngalaiko/bazel-action/1.2.1@master
with:
args: test //...