Skip to content

Commit 2e21d66

Browse files
committed
add --batch-mode
1 parent d807ffc commit 2e21d66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: GHA to run unit test for examples
22
on:
33
push:
44
branches:
5-
- "master"
5+
- "feat(test)-sanity-test-for-examples"
66

77
jobs:
88
run-unit-test:
@@ -34,5 +34,5 @@ jobs:
3434
with:
3535
node-version: 17
3636
- name: run unit tests
37-
run: mvn clean verify
37+
run: mvn clean verify --batch-mode
3838
working-directory: ${{matrix.path-to-examples}}

0 commit comments

Comments
 (0)