Skip to content

Use an alias for third_party/java/jspecify_annotations instead of a java_library that exports one dependency. This may make certain usages better. #156

Use an alias for third_party/java/jspecify_annotations instead of a java_library that exports one dependency. This may make certain usages better.

Use an alias for third_party/java/jspecify_annotations instead of a java_library that exports one dependency. This may make certain usages better. #156

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: "Test"
runs-on: ubuntu-latest
steps:
- name: 'Check out repository'
uses: actions/checkout@v2
- name: 'Cache Bazel dependencies'
uses: actions/[email protected]
with:
path: ~/.cache/bazel/*/*/external
key: bazel-${{ hashFiles('MODULE.bazel') }}
restore-keys: |
bazel-
- name: 'Test'
shell: bash
run: bazelisk test --lockfile_mode=error --test_output=errors //...