Skip to content

Commit

Permalink
trying to filter out tests on the command line again
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Feb 29, 2024
1 parent 8376de1 commit 7f5e173
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 -DexcludeTests=*OpenCV*
run: mvn clean verify -q -Dexcludes='**/*OpenCV*'

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

0 comments on commit 7f5e173

Please sign in to comment.