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 0527149 commit 9847f18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: test-results
path: build/reports/tests/test/
path: |
./build/reports/tests/test/
- name: Stop workflow if tests failed # 테스트가 실패하면 테스트 실패 로그 아카이빙 후 전체 플로우 종료
if: steps.buildAndTests.outcome == 'failure'
Expand Down

0 comments on commit 9847f18

Please sign in to comment.