mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-05-15 03:47:13 +02:00
test
This commit is contained in:
parent
c33c1c8315
commit
590364dd53
@ -1,11 +1,8 @@
|
|||||||
# This workflow will build a package using Maven and then publish it to GitHub packages when a release is created
|
|
||||||
# For more information see: https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#apache-maven-with-a-settings-path
|
|
||||||
|
|
||||||
name: Run Tests
|
name: Run Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
# types: [ opened, reopened ]
|
# types: [opened, reopened, synchronize, edited]
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
@ -36,4 +33,4 @@ jobs:
|
|||||||
run: mvn --file pom.xml -U clean test -Punit-tests
|
run: mvn --file pom.xml -U clean test -Punit-tests
|
||||||
|
|
||||||
- name: Run integration tests
|
- name: Run integration tests
|
||||||
run: mvn --file pom.xml -U clean verify -Pintegration-tests
|
run: mvn --file pom.xml -U clean verify -Pintegration-tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user