Files
2025-09-15 19:58:45 +02:00

16 lines
335 B
YAML

name: Gradle Build on PR
on:
workflow_dispatch:
pull_request:
branches: [master]
types: [opened, synchronize, reopened]
jobs:
call-gradle-build:
uses: aura-ascend/common-workflows/.gitea/workflows/gradle-build.yaml@master
with:
JAVA_VERSION: 17
BUILD_OPTION: -x testIntegration
secrets: inherit