forked from Mirror/ollama4j
		
	Add integration test step to CI workflow
Previously, only unit tests were run during the PR workflow. This update introduces a separate step to run integration tests, ensuring broader test coverage. It enhances build verification by validating both unit and integration aspects.
This commit is contained in:
		
							
								
								
									
										7
									
								
								.github/workflows/build-on-pr-create.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/build-on-pr-create.yml
									
									
									
									
										vendored
									
									
								
							| @@ -30,5 +30,8 @@ jobs: | ||||
|       - name: Build with Maven | ||||
|         run: mvn --file pom.xml -U clean package | ||||
|  | ||||
|       - name: Run Tests | ||||
|         run: mvn --file pom.xml -U clean test -Punit-tests | ||||
|       - name: Run unit tests | ||||
|         run: mvn --file pom.xml -U clean test -Punit-tests | ||||
|  | ||||
|       - name: Run integration tests | ||||
|         run: mvn --file pom.xml -U clean verify -Pintegration-tests | ||||
		Reference in New Issue
	
	Block a user
	 amithkoujalgi
					amithkoujalgi