Skip to content

Commit

Permalink
archove failed projects
Browse files Browse the repository at this point in the history
  • Loading branch information
mPokornyETM authored Feb 16, 2024
1 parent 790fd7f commit 1ffe1cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/createBundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,13 @@ jobs:
echo ****** Convert results into jUnit format
./WCCOActrl -proj TfCustomizedQG -n oaTestParsers/jsonToJUnit.ctl -log +stderr -lang en_US.utf8
- name: Publish Failed projects
uses: actions/upload-artifact@v4
with:
name: failed-test-projects
path: /__w/CtrlppCheck/CtrlppCheck/WinCC_OA_Test/Projects/Stored/Failed/
if-no-files-found: ignore # #error', 'warn' or 'ignore' are also available, defaults to `warn`
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
with:
Expand Down

0 comments on commit 1ffe1cb

Please sign in to comment.