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 9e519b2 commit 58f0fbbCopy full SHA for 58f0fbb
action.yml
@@ -65,6 +65,16 @@ runs:
65
$RUN_SYSTEM_SCRIPT_PATH "cli" $UTBOT_CLI_OPTIONS
66
shell: sh
67
68
+ - name: Testing file
69
+ if: ${{ inputs.launch_param == 'directory' }}
70
+ run: |
71
+ cd "./utbot-release-${{ inputs.utbot_version }}/utbot_distr"
72
+ export CURRENT_FOLDER="$( cd $( dirname . ) && pwd )"
73
+ RUN_SYSTEM_SCRIPT_PATH=$CURRENT_FOLDER/utbot_run_system.sh
74
+ UTBOT_CLI_OPTIONS="generate --project-path ../../${{ inputs.param_name }} folder --folder-path ../../${{ inputs.param_name }}"
75
+ $RUN_SYSTEM_SCRIPT_PATH "cli" $UTBOT_CLI_OPTIONS
76
+ shell: sh
77
+
78
- name: Create Pull Request with tests and codeAnalysis information
79
uses: peter-evans/create-pull-request@v4
80
if: ${{ inputs.test_push_info == 'true' }}
0 commit comments