Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/MyRobotLab/myrobotlab in…
Browse files Browse the repository at this point in the history
…to gyro-cone
  • Loading branch information
supertick committed Dec 10, 2023
2 parents 7b9979b + a6d1bac commit 115b121
Show file tree
Hide file tree
Showing 4 changed files with 180 additions and 217 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Java CI

on:
pull_request:
push:
# pull_request:

jobs:
build:
Expand All @@ -25,7 +26,7 @@ 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 test surefire-report:report jacoco:report -q
run: mvn clean test surefire-report:report jacoco:report -q

- name: Get next version
uses: reecetech/[email protected]
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2052,6 +2052,7 @@
</includes>
<excludes>
<exclude>**/integration/*</exclude>
<!-- unfortunately not testing OpenCV is required for ci to work -->
<exclude>**/OpenCV*</exclude>
</excludes>
<systemPropertyVariables>
Expand Down
Loading

0 comments on commit 115b121

Please sign in to comment.