Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Fix fine-tuning test email notifications #55

Fix fine-tuning test email notifications

Fix fine-tuning test email notifications #55

Workflow file for this run

name: Compile
on:
pull_request:
branches: [ main ]
jobs:
compile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 8
- name: Compile
run: ./gradlew compileJava compileTestJava