Skip to content

feat: add sources to research responses #125

feat: add sources to research responses

feat: add sources to research responses #125

Workflow file for this run

name: Build Test
on:
pull_request:
branches: [ "develop", "stage", "main" ]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'temurin'
- name: Build with Gradle
run: chmod +x gradlew && ./gradlew build -x test