Skip to content

parser: refactor startup logic inside of persistent work mode boundary #496

parser: refactor startup logic inside of persistent work mode boundary

parser: refactor startup logic inside of persistent work mode boundary #496

Workflow file for this run

name: CI
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [master]
pull_request:
branches: [master]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test:
# The type of runner that the job will run on
runs-on: self-hosted
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v3
- uses: bazelbuild/setup-bazelisk@v3
- name: bazel test
run: >-
bazel
--bazelrc=.github/workflows/ci.bazelrc
--bazelrc=.bazelrc
test
//...