Skip to content

#150 Feat: 공통 CI/CD pipeline 적용 #3

#150 Feat: 공통 CI/CD pipeline 적용

#150 Feat: 공통 CI/CD pipeline 적용 #3

Workflow file for this run

name: Spring Boot & Gradle CI
on:
pull_request:
branches: [ "main" ]
jobs:
ci:
uses: kjiyun/CI-CD-pipeline-standard/.github/workflows/java-gradle-ci.yml@master
with:
java-version: "17"
distribution: "temurin"
build-command: "false"
test-command: "false"
upload-artifacts: true
write-application-yml: true
secrets:
APPLICATION: ${{ secrets.APPLICATION_YML }}