Skip to content

Add notes on how AOTCache(Output) is created #5

Add notes on how AOTCache(Output) is created

Add notes on how AOTCache(Output) is created #5

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-and-test:
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
- name: Build and run tests
run: mvn -B verify