Skip to content

feat: add native agent to intercept class and read annotations #34

feat: add native agent to intercept class and read annotations

feat: add native agent to intercept class and read annotations #34

Workflow file for this run

name: tests
on:
pull_request:
push:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Setup JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Build project
run: mvn install -DskipTests
- name: Run tests
run: mvn test