Skip to content

Always run generate wizard with project name #25

Always run generate wizard with project name

Always run generate wizard with project name #25

Workflow file for this run

name: PR Build
on:
pull_request:
branches:
- master
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up JDK 25
uses: actions/setup-java@v4
with:
java-version: 25
distribution: temurin
- name: Grant Gradle permissions
run: chmod +x ./gradlew
- name: Run tests
run: ./gradlew test