Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
slawa4s authored Jun 6, 2022
1 parent 57ea75e commit 2aac9bc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
inputs:
test_push_info:
description: 'Do tests need to be pushed'
default: true
default: 'true'
test_delete_info:
description: 'Do old tests need to be deleted'
default: false
default: 'false'

runs:
using: "composite"
Expand Down Expand Up @@ -45,6 +45,10 @@ runs:
$RUN_SYSTEM_SCRIPT_PATH "cli" $UTBOT_CLI_OPTIONS
shell: sh

- run: echo "if works!"
shell: bash
if: ${{ inputs.test_push_info == 'true' }}

- name: Create Pull Request with tests and codeAnalysis information
uses: peter-evans/create-pull-request@v4
with:
Expand Down

0 comments on commit 2aac9bc

Please sign in to comment.