Skip to content

Commit

Permalink
Chore: Gradle Build Step 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
haeyonghahn committed Feb 1, 2024
1 parent b494ff4 commit c2a8c97
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/pull-request-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,15 @@ jobs:
pull-requests: write
steps:
- name: Git Checkout
uses: actions/[email protected]
uses: actions/[email protected]

- name: JDK 설치
uses: actions/setup-java@v3
with:
java-version: 17
distribution: zulu
cache: 'gradle'

- name: Gradle Build
runs: |
./gradlew build --parallel

0 comments on commit c2a8c97

Please sign in to comment.