We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d807ffc commit 2e21d66Copy full SHA for 2e21d66
.github/workflows/unit_tests.yml
@@ -2,7 +2,7 @@ name: GHA to run unit test for examples
2
on:
3
push:
4
branches:
5
- - "master"
+ - "feat(test)-sanity-test-for-examples"
6
7
jobs:
8
run-unit-test:
@@ -34,5 +34,5 @@ jobs:
34
with:
35
node-version: 17
36
- name: run unit tests
37
- run: mvn clean verify
+ run: mvn clean verify --batch-mode
38
working-directory: ${{matrix.path-to-examples}}
0 commit comments