Skip to content

use vertx based server instead of embedded #28

use vertx based server instead of embedded

use vertx based server instead of embedded #28

Workflow file for this run

name: unit tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Maven Central Repository
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: unit tests
run: mvn -B clean test
- uses: codecov/codecov-action@v2
with:
files: ./java-tool/target/site/jacoco/jacoco.xml,./sdk-codec-bk/target/site/jacoco/jacoco.xml
flags: unittests