Skip to content

Refactor the core test container, add Ollama container and sample Ollama spring boot project #14

Refactor the core test container, add Ollama container and sample Ollama spring boot project

Refactor the core test container, add Ollama container and sample Ollama spring boot project #14

Workflow file for this run

name: Java CI with Gradle
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build
- name: Test with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: test
env:
TESTCONTAINERS_REUSE_ENABLE: true