Files
device-data-library/.gitea/workflows/build.yaml
Swordsteel b05fd1f003
Some checks failed
Gradle Build on PR / call-publish (pull_request) Failing after 0s
Publish Snapshot / dev-publish (push) Successful in 2m14s
test
2025-09-15 10:54:06 +02:00

35 lines
751 B
YAML

name: Gradle Build on PR
on:
workflow_dispatch:
pull_request:
branches: [master]
types: [opened, synchronize, reopened]
jobs:
call-publish:
uses: aura-ascend/common-workflows/.gitea/workflows/build.yaml@master
with:
JAVA_VERSION: 17
secrets: inherit
# gradle-build:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v4
# with:
# fetch-depth: 1
# ref: ${{ inputs.BRANCH_REFERENCE }}
# token: ${{ secrets.CI_BOT_TOKEN }}
# - name: Set up JDK
# uses: actions/setup-java@v4
# with:
# distribution: temurin
# java-version: 17
#
# - name: Run Gradle Build
# run: ./gradlew build