We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804d0a7 commit 4b96720Copy full SHA for 4b96720
.github/workflows/ci.yml
@@ -49,4 +49,7 @@ jobs:
49
uses: mikepenz/action-junit-report@v5
50
if: always()
51
with:
52
- report_paths: backend/build/test-results/test/TEST-*.xml
+ report_paths: backend/build/test-results/test/TEST-*.xml
53
+
54
+ - name: ci 테스트를 수행한다
55
+ run: echo ci test
0 commit comments