Skip to content

feat: Support more LLM providers #654

feat: Support more LLM providers

feat: Support more LLM providers #654

Workflow file for this run

name: "Build and Test"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "*" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: "Setup Java"
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'temurin'
- name: "checkout ${{ github.ref }}"
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Build Higress Console Package
run: mvn clean package -f ./backend/pom.xml
- name: Upload Higress Console Package
uses: actions/upload-artifact@v3
with:
name: higress-console
path: backend/target/*.jar