-
-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cv save publish llm default port based on protocol if not specified
- Loading branch information
Showing
6 changed files
with
185 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,8 @@ name: Java CI | |
|
||
on: | ||
push: | ||
# pull_request: | ||
branches: | ||
- develop | ||
|
||
jobs: | ||
build: | ||
|
@@ -28,7 +29,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 | ||
run: mvn clean verify -q -DskipTests | ||
|
||
- name: Get next version | ||
uses: reecetech/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.