Skip to content

moar observation lifecycle fixie. don't "start/end" ViewAssembly #1423

moar observation lifecycle fixie. don't "start/end" ViewAssembly

moar observation lifecycle fixie. don't "start/end" ViewAssembly #1423

Workflow file for this run

name: Java CI
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '22'
distribution: 'graalvm'
cache: 'maven'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build with Maven
run: ./mvnw -batch-mode clean install -Dforks=1 -Ppre --file pom.xml