Skip to content

refactor: updated to latest tproxy API #4

refactor: updated to latest tproxy API

refactor: updated to latest tproxy API #4

Workflow file for this run

name: Java CI with Maven
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Grant execute permission for mvnw
if: runner.os != 'Windows'
run: chmod +x mvnw
- name: Build with Maven
run: ./mvnw -B verify --file pom.xml
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: |
target/surefire-reports/**/*.xml