Skip to content

#10: Change snapshot to 0.8.0.BETA-JDK17-SNAPSHOT for all modules #10

#10: Change snapshot to 0.8.0.BETA-JDK17-SNAPSHOT for all modules

#10: Change snapshot to 0.8.0.BETA-JDK17-SNAPSHOT for all modules #10

Workflow file for this run

name: Maven Build
on:
push:
branches:
- release/jdk-17
pull_request:
branches:
- release/jdk-17
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: JaCoCo Coverage
run: mvn clean test jacoco:report -Pmvn-deploy
- name: Codecov Upload
uses: codecov/codecov-action@v2
with:
file: ./openai-api-coverage/target/site/jacoco-aggregate/jacoco.xml
fail_ci_if_error: true