Skip to content

update architecture figures #1255

update architecture figures

update architecture figures #1255

Workflow file for this run

name: CI
on:
push:
paths:
- '**.kt'
- '**.kts'
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 21
uses: actions/setup-java@v1
with:
java-version: 21
- name: Build with Gradle
run: ./gradlew -PleaseExcludeBenchmarks allTests --stacktrace