forked from Mirror/ollama4j
		
	test
This commit is contained in:
		| @@ -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 | ||||
|  | ||||
| on: | ||||
|   pull_request: | ||||
| #    types: [ opened, reopened ] | ||||
| #    types: [opened, reopened, synchronize, edited] | ||||
|     branches: [ "main" ] | ||||
|  | ||||
| concurrency: | ||||
| @@ -36,4 +33,4 @@ jobs: | ||||
|         run: mvn --file pom.xml -U clean test -Punit-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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Amith Koujalgi
					Amith Koujalgi