Skip to content

Mark the test-gen directory as a generated source in IDEA #7

Mark the test-gen directory as a generated source in IDEA

Mark the test-gen directory as a generated source in IDEA #7

Workflow file for this run

on:
pull_request: {}
push:
branches:
- master
env:
GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g -Dorg.gradle.daemon=false -Dkotlin.incremental=false"
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 21
- uses: gradle/actions/setup-gradle@v4
- run: ./gradlew build --continue
- uses: mikepenz/action-junit-report@v5
if: success() || failure()
with:
report_paths: '**/build/test-results/test/TEST-*.xml'