Skip to content

Commit

Permalink
🎉 Updated ci performance test sh script (#8774)
Browse files Browse the repository at this point in the history
* updated ci performance test sh script

* updated ci performance test sh script

* set all params to one arg

* set all params to one arg

* set all params to one arg

* set all params to one arg

* set all params to one arg

* set all params to one arg

* set all params to one arg

* set all params to one arg

* set all params to one arg

* set all params to one arg

* set all params to one arg
  • Loading branch information
andriikorotkov authored Dec 14, 2021
1 parent ef7684b commit 57c4590
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-performance-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
needs: start-test-runner
runs-on: ${{ needs.start-test-runner.outputs.label }}
environment: more-secrets
variables:
variable_con: ${{ github.event.inputs.connector.split('|') }}
steps:
- name: Search for valid connector name format
id: regex
Expand All @@ -53,7 +55,7 @@ jobs:
- name: Test_2
run: echo "Variable -> ${{ github.event.inputs.connector }} "
- name: Test_3
run: echo "Variable -> ${{ github.event.inputs.cpulimit }} "
run: echo "Variable -> $( variable_con.0 ) ==="
- name: Validate input workflow format
if: steps.regex.outputs.first_match != github.event.inputs.connector
run: echo "The connector provided has an invalid format!" && exit 1
Expand Down

0 comments on commit 57c4590

Please sign in to comment.