Skip to content

General refactoring; Gemini models updated; New builders. #54

General refactoring; Gemini models updated; New builders.

General refactoring; Gemini models updated; New builders. #54

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
environment: ci
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build and Test with Maven
env:
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
run: mvn -B test