Skip to content

Commit

Permalink
bug: 로컬 환경에 기반하는 flow 주석 처리 (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
riflockle7 authored Aug 31, 2023
1 parent 9367748 commit a39a80b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
- name: Run test
run: ./gradlew test --stacktrace

- name: Verify components snapshot
run: ./gradlew verifyRoborazziDebug
# TODO(anybody): 로컬 환경 이슈가 있어 주석 처리. 추후 해결 방법 있을 시 복원하기
# - name: Verify components snapshot
# run: ./gradlew verifyRoborazziDebug

- name: Cache GMD
if: contains(github.event.pull_request.labels.*.name, 'casa-ui')
Expand Down

0 comments on commit a39a80b

Please sign in to comment.