Skip to content

Commit

Permalink
try filtering at command line again
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Feb 29, 2024
1 parent 7f5e173 commit a80364c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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 clean verify -q -Dexcludes='**/*OpenCV*'
run: mvn clean verify -q -Dtest=!org.myrobotlab.opencv.*

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

0 comments on commit a80364c

Please sign in to comment.