Skip to content

rename vmPropertyInternalNames to injectedVmTypes #30

rename vmPropertyInternalNames to injectedVmTypes

rename vmPropertyInternalNames to injectedVmTypes #30

Workflow file for this run

name: Build & Test
on:
push:
branches:
- '*'
- '*/*'
pull_request:
branches:
- '*'
- '*/*'
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true
jobs:
build-test:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17
- name: Build & Test
run: ./gradlew :knit-asm:test