Skip to content

Commit

Permalink
upped surefire version
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Dec 6, 2023
1 parent 678e8f1 commit ff19c54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,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 -Dtest=!**/OpenCV* test surefire-report:report jacoco:report -q
run: mvn --batch-mode test surefire-report:report jacoco:report -q
run: mvn --batch-mode test surefire-report:report jacoco:report -q -Dtest="!**/OpenCV*"

- name: Get next version
uses: reecetech/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2042,7 +2042,7 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<version>2.18</version>
<version>2.22.2</version>
<configuration>
<argLine>${argLine} -Djava.library.path=libraries/native
-Djna.library.path=libraries/native</argLine>
Expand Down

0 comments on commit ff19c54

Please sign in to comment.