Skip to content

Commit 31a5a58

Browse files
committed
FEAT: CI 워크플로우 수정
1 parent 974dc3d commit 31a5a58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

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

15+
- name: Create google-services.json
16+
run: echo '{}' > app/google-services.json
17+
1518
- name: Create local.properties file
1619
run: touch local.properties
1720

0 commit comments

Comments
 (0)