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 14, 2022
1 parent a95da67 commit db4a21b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ on:
inputs:
test_push_info:
description: 'Do tests need to be pushed'
default: 'true'
required: true
test_delete_info:
description: 'Do old tests need to be deleted'
default: 'false'
required: true
utbot_version:
description: 'UTBot version'
required: true

runs:
Expand All @@ -31,7 +32,7 @@ runs:

- name: Download server executable
run: |
mkdir "utbot-release-1.0.1"
mkdir "utbot-release-${{ inputs.utbot_version }}"
wget "https://github.com/olezhabobrov/UTBotCpp/releases/download/v1.0.1/utbot-release-1.0.1.zip" -P "./utbot-release-1.0.1"
unzip "./utbot-release-1.0.1/utbot-release-1.0.1.zip" -d "./utbot-release-1.0.1/"
chmod +x "./utbot-release-1.0.1/unpack_and_run_utbot.sh"
Expand Down

0 comments on commit db4a21b

Please sign in to comment.