mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-05-15 03:47:13 +02:00
mvn release test
This commit is contained in:
parent
6bcdab27f3
commit
9581dc3357
8
.github/workflows/maven-publish.yml
vendored
8
.github/workflows/maven-publish.yml
vendored
@ -30,11 +30,11 @@ jobs:
|
||||
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
|
||||
settings-path: ${{ github.workspace }} # location for the settings.xml file
|
||||
|
||||
- name: Build with Maven
|
||||
run: mvn -U -B clean package --file pom.xml
|
||||
# - name: Run Tests
|
||||
# run: mvn -U clean verify --file pom.xml
|
||||
|
||||
- name: Run Tests
|
||||
run: mvn -U clean verify --file pom.xml
|
||||
- name: Build with Maven
|
||||
run: mvn -U -B clean verify package --file pom.xml
|
||||
|
||||
- name: Set up Apache Maven Central (Overwrite settings.xml)
|
||||
uses: actions/setup-java@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user