Skip to content

chore(deps): update dependency bazel to v7 #149

chore(deps): update dependency bazel to v7

chore(deps): update dependency bazel to v7 #149

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
# Checks-out the repository under $GITHUB_WORKSPACE, so the job can access it
- uses: actions/checkout@v4
- name: Run tests
run: bazel test //...
- name: Run integration tests
run: ./test.sh