Skip to content

build(deps): bump postgres from 18.1-bookworm to 18.2-bookworm in /fusionauth/latest #212

build(deps): bump postgres from 18.1-bookworm to 18.2-bookworm in /fusionauth/latest

build(deps): bump postgres from 18.1-bookworm to 18.2-bookworm in /fusionauth/latest #212

Workflow file for this run

name: Kotlin Unit Tests
on:
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Set up JDK
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '21'
- name: Run Kotlin unit tests
run: ./gradlew clean build test