Skip to content

fix: Use new llama3.2 Ollama image for testing #86

fix: Use new llama3.2 Ollama image for testing

fix: Use new llama3.2 Ollama image for testing #86

Workflow file for this run

name: Commit Stage
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-24.04
permissions:
contents: read
steps:
- name: Check out source code
uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: 23
distribution: temurin
cache: gradle
- name: Compile and test
run: ./gradlew clean build --no-daemon