Skip to content

Commit

Permalink
buildHelp.ctl
Browse files Browse the repository at this point in the history
  • Loading branch information
mPokornyETM committed Dec 17, 2023
1 parent 4b7b8d6 commit 3cbdc18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/createBundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
- name: Generate help
working-directory: /opt/WinCC_OA/3.19/bin/
run: |
./WCCOActrl -proj TfCustomizedQG -n buildHelp.ctl -log +stderr -lang en_US.utf8
./WCCOActrl -proj TfCustomizedQG -n buildHelp.ctl ${{github.workspace}}/WinCCOA_QualityChecks/ -log +stderr -lang en_US.utf8
- name: Upload html help
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion WinCC_OA_Test/Projects/TfCustomizedQG/config/progs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ auth "" ""
WCCILpmon | manual | 30 | 3 | 1 |
WCCOActrl | manual | 30 | 2 | 2 |testRunner.ctl Regression-tests -n
WCCOActrl | manual | 30 | 2 | 2 |astyle.ctl -n <pathToSourceDirectory>
WCCOActrl | manual | 30 | 2 | 2 |buildHelp.ctl -n
WCCOActrl | manual | 30 | 2 | 2 |buildHelp.ctl -n <pathToSourceDirectory>
WCCOActrl | manual | 30 | 2 | 2 |oaTestParsers/jsonToJUnit.ctl -n
WCCOAui | manual | 30 | 2 | 2 |-n -m gedi
WCCOActrl | manual | 30 | 2 | 2 |QualityGates/StaticTests/QgScriptsCheck.ctl scripts C:/ws/WinCCOA/develop_3.x/UiFiles/scripts -n
Expand Down

0 comments on commit 3cbdc18

Please sign in to comment.