10000 ~ clean up type hierarchy and codecs · eclipse-milo/milo@74d61a4 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

DynamicType tests and polish #14

DynamicType tests and polish

DynamicType tests and polish #14

Workflow file for this run

name: Run `mvn verify` on JDK 17
on:
pull_request:
branches: [ "dev/1.0" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build and Verify with Maven
run: mvn -B verify
0