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

feat(assistant-function): change the function define and a test for function #45

feat(assistant-function): change the function define and a test for function

feat(assistant-function): change the function define and a test for function #45

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