We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26bda51 commit a34b6d3Copy full SHA for a34b6d3
.github/workflows/unit_tests.yml
@@ -34,5 +34,5 @@ jobs:
34
with:
35
node-version: 17
36
- name: run unit tests
37
- run: mvn clean verify --batch-mode
+ run: mvn clean verify -B
38
working-directory: ${{matrix.path-to-examples}}
0 commit comments