Skip to content

Add improved scripting api with event helper functions #40

Add improved scripting api with event helper functions

Add improved scripting api with event helper functions #40

Workflow file for this run

name: JUnit Tests
on:
pull_request:
jobs:
build-test:
name: Build & Test
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: '19'
distribution: 'temurin'
architecture: x64
cache: 'gradle'
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1
- name: Grant Permissions to gradlew
run: chmod +x gradlew
- name: Run unit tests
run: ./gradlew test