Skip to content

Commit a76c91e

Browse files
committed
feat: add './gradlew test' to github build workflow
Signed-off-by: Dasun Abeykoon <[email protected]>
1 parent 206a1b1 commit a76c91e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ jobs:
3434
git commit -m "auto generated"
3535
git push
3636
- name: Build Robot Code
37-
run: ./gradlew build
37+
run: ./gradlew build
38+
- name: Run Tests
39+
run: ./gradlew test

0 commit comments

Comments
 (0)