Skip to content

Commit

Permalink
add workflow to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BenBirt committed Oct 10, 2024
1 parent 341f4f1 commit a6c566d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/bazel_test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Run tests
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: gcr.io/bazel-public/bazel:7.3.2
steps:
- run: test ...

0 comments on commit a6c566d

Please sign in to comment.