Skip to content

Commit

Permalink
try3
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Dec 6, 2023
1 parent 6524acf commit 551099a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Dependency Test # installs all dependencies
run: mvn test -Dtest=org.myrobotlab.framework.DependencyTest -q
- name: Build with Maven # currently cannot test opencv
run: mvn --batch-mode -Dtest=!**/OpenCV* test surefire-report:report jacoco:report -q
# run: mvn --batch-mode -Dtest=!**/OpenCV* test surefire-report:report jacoco:report -q
run: mvn --batch-mode test surefire-report:report jacoco:report -q

- name: Get next version
uses: reecetech/[email protected]
Expand Down

0 comments on commit 551099a

Please sign in to comment.