Skip to content

Add unit test for repo.getterImpl (and file:// scheme support) #116

Add unit test for repo.getterImpl (and file:// scheme support)

Add unit test for repo.getterImpl (and file:// scheme support) #116

Workflow file for this run

name: "build and test"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bazelbuild/setup-bazelisk@v1
- run: bazel build //... && bazel test //...