Skip to content

Commit 232bec9

Browse files
committed
refactor: pull request script ์ˆ˜์ •
1 parent 4f461c4 commit 232bec9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

โ€Ž.github/workflows/android-pull-request.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ jobs:
1010
# working-directory: ./android
1111

1212
steps:
13+
# JDK ์„ค์ •
14+
- name: set up JDK 17
15+
uses: actions/setup-java@v3
16+
with:
17+
java-version: '17'
18+
distribution: 'adopt'
19+
builder-cache: true
20+
1321
- name: Checkout
1422
uses: actions/checkout@v4
1523

@@ -19,14 +27,6 @@ jobs:
1927
echo "keystore.release.store_password=${{ secrets.KEYSTORE_RELEASE_PW }}" >> local.properties
2028
echo "keystore.release.key_alias=${{ secrets.KEYSTORE_RELEASE_ALIAS }}" >> local.properties
2129
echo "keystore.release.key_password=${{ secrets.KEYSTORE_RELEASE_KEY_PW }}" >> local.properties
22-
23-
# JDK ์„ค์ •
24-
- name: set up JDK 17
25-
uses: actions/setup-java@v3
26-
with:
27-
java-version: '17'
28-
distribution: 'adopt'
29-
builder-cache: true
3030
3131
- name: Review Dog
3232
uses: reviewdog/action-setup@v1

0 commit comments

Comments
ย (0)