action test - #1
Open
wonpyoJang wants to merge 26 commits into
Open
Conversation
화면 우측 하단에 빨간색 마이너스 버튼을 추가하였습니다. 해당 버튼을 누를 경우 counter가 2씩 감소하게 됩니다. 카운터는 마이너스 범위의 값도 가질 수 있습니다. 카운터 버튼을 누를 경우 카운터를 증가시키기 위해 _decrementCounter 함수를 추가했습니다.
ecb0f90 커밋에 대한 테스트 입니다. 마이너스 버튼의 기능을 테스트 하기 위해 counter의 값이 2인 상태에서 마이너스 버튼을 눌렀을때 상태가 0으로 변경되는지 테스트합니다.
홈 위젯의 앱바 타이틀을 PlayGround로 변경합니다.
…re/increase-two-on-click-plus-button $kwkwon/feature/increase two on click plus button
…ew/JAECHON-YU/feature/increase-two-on-click-plus-button 버튼 누르면 2개씩 증가할 수 있도록 수정 이슈 해결!!
…ecrease-number-by-2 -버튼 추가 / 2씩 감소 기능 추가
…ure/appbar_title 앱바 타이틀을 'PlayGround'로 변경
…increase-counter-by-2 우측 하단 버튼 클릭 시 카운터 한번에 2씩 증가하도록 변경
…decrease-by-2-button 2씩 감소하는 빨간색 마이너스 버튼 추가
…appbar-text 앱바의 타이틀을 PlayGround 로 변경
이를 위해 값을 해당 LOWER_LIMIT와 UPPER_LIMIT 사이로 제한하는 getClamped 함수를 만들고, 결과값을 업데이트하기 전에 변경된 값이 getClamped 함수를 통과하도록했다.
내가 올린 PR, Push가 테스트를 통과하는지, 빌드가 되는지, lint 룰을 위배하지 않는지 github에서 확인해 줍니다.
wonpyoJang
force-pushed
the
feature/github-actions
branch
from
January 12, 2021 14:03
3be59c0 to
5f6374f
Compare
내가 올린 푸시, PR이 현재 앱의 테스트를 통과하는지, 빌드가 되는지, LINT 규칙이 어긋나진 않는지 github에서 자동으로 테스트를 수행하여 보여줍니다. reference: https://medium.com/better-programming/ci-cd-for-flutter-apps-using-github-actions-b833f8f7aac�[201~�OB�OA�OB\�������������`u�u:���������`��
wonpyoJang
force-pushed
the
feature/github-actions
branch
from
January 12, 2021 14:14
5f6374f to
aaf15af
Compare
This reverts commit c47d207.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.