Skip to content

Commit 40f28f2

Browse files
author
eshc123
committed
FEAT: BaseUrl 연동을 위한 CI 파일 수정
1 parent cd07c4c commit 40f28f2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci-for-test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ jobs:
1212
- name: Check out Repository
1313
uses: actions/[email protected]
1414

15+
- name: Create local.properties file
16+
run: touch local.properties
17+
18+
- name: Add Base URL to local.properties file
19+
run: |
20+
echo "TUK_BASE_URL=KEY" >> local.properties
21+
1522
- name: Set up JDK 21
1623
uses: actions/setup-java@v3
1724
with:

0 commit comments

Comments
 (0)