Skip to content

Commit

Permalink
[Docs] : deploy.yml 테스트 성공해도 아카이빙 하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
elyudwo committed Feb 17, 2024
1 parent 9847f18 commit 94d2e01
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,12 @@ jobs:
# publish_only_summary: false


- name: Archive test results if tests failed # 테스트가 실패하면 결과 아카이빙
if: steps.buildAndTests.outcome == 'failure'
- name: Archive test results if tests failed # 테스트가 결과 아카이빙
uses: actions/upload-artifact@v2
with:
name: test-results
path: |
./build/reports/tests/test/
**/build/reports/tests/test/
- name: Stop workflow if tests failed # 테스트가 실패하면 테스트 실패 로그 아카이빙 후 전체 플로우 종료
if: steps.buildAndTests.outcome == 'failure'
Expand Down

0 comments on commit 94d2e01

Please sign in to comment.