Skip to content

Commit

Permalink
chore: 안드로이드 CI 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chws0508 authored Jul 28, 2023
1 parent 2422178 commit 6cd19c9
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/android-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@ jobs:
distribution: 'temurin'
cache: gradle

- name: Change wrapper permissions
- name: Change wrapper permissions
run: chmod +x ./android/2023-emmsale/gradlew

- name: Access GITHUB_CLIENT_ID
run: |
echo "GH_CLIENT_ID=${{ secrets.GH_CLIENT_ID }}"
shell: bash
env:
GH_CLIENT_ID: ${{ secrets.GH_CLIENT_ID }}
- name: Access GH_CLIENT_ID
env:
GH_CLIENT_ID: $
run: echo GH_CLIENT_ID=\"$GH_CLIENT_ID\" > 2023-emmsale/android/2023-emmsale/local.properties

- name: Run ktlintChecking
run: ./android/2023-emmsale/gradlew -p android/2023-emmsale ktlintCheck
Expand Down

0 comments on commit 6cd19c9

Please sign in to comment.