Skip to content

Commit a34b6d3

Browse files
committed
add B arg
1 parent 26bda51 commit a34b6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
with:
3535
node-version: 17
3636
- name: run unit tests
37-
run: mvn clean verify --batch-mode
37+
run: mvn clean verify -B
3838
working-directory: ${{matrix.path-to-examples}}

0 commit comments

Comments
 (0)