Skip to content

Commit

Permalink
fix: build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdwns5063 authored Feb 3, 2024
1 parent 1646cfa commit cd93427
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@ jobs:
- name: Run Unit Test
run: flutter test

- name: 테스트 결과를 PR에 코멘트로 등록합니다
uses: EnricoMi/publish-unit-test-result-action@v1
if: always()
with:
files: '**/build/test-results/test/TEST-*.xml'


# - name: Upload Apk
# uses: actions/[email protected]
# with:
Expand Down

0 comments on commit cd93427

Please sign in to comment.