Skip to content

Commit

Permalink
add --batch-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gbetances089 committed Oct 17, 2024
1 parent d807ffc commit 2e21d66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: GHA to run unit test for examples
on:
push:
branches:
- "master"
- "feat(test)-sanity-test-for-examples"

jobs:
run-unit-test:
Expand Down Expand Up @@ -34,5 +34,5 @@ jobs:
with:
node-version: 17
- name: run unit tests
run: mvn clean verify
run: mvn clean verify --batch-mode
working-directory: ${{matrix.path-to-examples}}

0 comments on commit 2e21d66

Please sign in to comment.