generated from aura-ascend/template-service
16 lines
335 B
YAML
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
|