Skip to content

Commit

Permalink
add debuger
Browse files Browse the repository at this point in the history
  • Loading branch information
murjune committed Sep 22, 2024
1 parent 13a9e79 commit e81764d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/actions/unit_test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,16 @@ runs:
distribution: 'temurin'
java-version: 17

- name: Check Current Directory
shell: bash
run: |
pwd
working-directory: ./android

- name: Create Google-Services.json
shell: bash
run: |
set -x
touch ./app/src/debug/google-services.json
touch ./app/src/alpha/google-services.json
touch ./app/src/beta/google-services.json
Expand Down

0 comments on commit e81764d

Please sign in to comment.