Skip to content

Move Dummy to tools package #398

Move Dummy to tools package

Move Dummy to tools package #398

Workflow file for this run

name: Java CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: ~/.cache/bazel
key: ${{ runner.os }}-bazel-${{ hashFiles('WORKSPACE') }}
restore-keys: ${{ runner.os }}-bazel-
- run: make ci