Skip to content

Commit 49e35ab

Browse files
committed
[ci] Add test github action
Add the test github action that executes the run_all_tests shell script which in turn performs all tests and checks relevant for the project.
1 parent 48d72a7 commit 49e35ab

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: test
2+
on: push
3+
4+
jobs:
5+
test:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v4
9+
- uses: bazelbuild/setup-bazelisk@v3
10+
- run: scripts/run_all_tests.sh

0 commit comments

Comments
 (0)