Files
device-data-service/.gitea/workflows/build.yaml
2025-09-15 19:53:47 +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