forked from Mirror/ollama4j
		
	Update workflow job names and refine integration tests
Added descriptive names to jobs in the GitHub Actions workflow for better clarity. In integration tests, replaced GENERAL_PURPOSE_MODEL with TOOLS_MODEL in relevant tests and adjusted logging within lambda expressions for improved output handling.
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/build-on-pull-request.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/build-on-pull-request.yml
									
									
									
									
										vendored
									
									
								
							| @@ -15,6 +15,7 @@ concurrency: | ||||
|  | ||||
| jobs: | ||||
|   build: | ||||
|     name: Build Java Project | ||||
|     runs-on: ubuntu-latest | ||||
|     permissions: | ||||
|       contents: read | ||||
| @@ -33,12 +34,14 @@ jobs: | ||||
|         run: mvn --file pom.xml -U clean package | ||||
|  | ||||
|   run-tests: | ||||
|     name: Run Unit and Integration Tests | ||||
|     needs: build | ||||
|     uses: ./.github/workflows/run-tests.yml | ||||
|     with: | ||||
|       branch: ${{ github.head_ref || github.ref_name }} | ||||
|  | ||||
|   build-docs: | ||||
|     name: Build Documentation | ||||
|     needs: [build, run-tests] | ||||
|     runs-on: ubuntu-latest | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 amithkoujalgi
					amithkoujalgi