Skip to content

Commit

Permalink
.github/workflows: Bump Bazel for testing to 5.0.0 (#123)
Browse files Browse the repository at this point in the history
Now you can run locally using the version of your choice.
  • Loading branch information
ejona86 authored Dec 12, 2023
1 parent cf2eafd commit 9f7319d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 72 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,22 @@
# This is a basic workflow to help you get started with Actions

name: Testing

# Controls when the action will run.
on:
push:
pull_request:

permissions:
contents: read

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
env:
USE_BAZEL_VERSION: 5.0.0

jobs:
# This workflow contains a single job called "build"
test:
# The type of runner that the job will run on
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checkout repo
uses: actions/checkout@v2

- name: Run bazel build
run: ./tools/bazel build //...
run: bazelisk build //...
64 changes: 0 additions & 64 deletions tools/bazel

This file was deleted.

0 comments on commit 9f7319d

Please sign in to comment.