Skip to content

Commit 4b96720

Browse files
committed
test: ci 테스트 구현
#28
1 parent 804d0a7 commit 4b96720

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,7 @@ jobs:
4949
uses: mikepenz/action-junit-report@v5
5050
if: always()
5151
with:
52-
report_paths: backend/build/test-results/test/TEST-*.xml
52+
report_paths: backend/build/test-results/test/TEST-*.xml
53+
54+
- name: ci 테스트를 수행한다
55+
run: echo ci test

0 commit comments

Comments
 (0)