Skip to content

Commit 022f988

Browse files
committed
jUnit optional
1 parent adf224a commit 022f988

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/createBundle.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,12 +334,11 @@ jobs:
334334
run: |
335335
echo ****** Convert results into jUnit format
336336
./WCCOActrl -proj TfCustomizedQG -n oaTestParsers/jsonToJUnit.ctl -log +stderr -lang en_US.utf8
337-
ls -la /__w/CtrlppCheck/CtrlppCheck/WinCC_OA_Test/Results/ || true
338337
339338
- name: Publish Test Report
340339
uses: mikepenz/action-junit-report@v4
341340
with:
342-
fail_on_failure : true
341+
# fail_on_failure : true
343342
require_tests : true
344343
report_paths : /__w/CtrlppCheck/CtrlppCheck/WinCC_OA_Test/Results/jUnit*.xml
345344

0 commit comments

Comments
 (0)