Skip to content

Commit

Permalink
artipie#21 - improve action input/outputs and arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammers21 committed Jul 28, 2020
1 parent 4729568 commit 3705150
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,16 @@ inputs:
aws-secret-key:
description: 'AWS secret key to create perfomance tests environment'
required: true
adapter:
description: 'Artipie adapter to test'
required: true
scenario:
description: 'JMeter scenario file to execute'
required: true
version:
description: 'Docker tag of Artipie image to test'
required: true
outputs:
report:
description: 'Report containing JSON file with benchmarking results'
runs:
using: 'docker'
image: Dockerfile
env:
ARTIPIE_VERSION: ${{ inputs.version }}
TF_VAR_access_key: ${{ inputs.aws-access-key }}
TF_VAR_secret_key: ${{ inputs.aws-secret-key }}
args:
- ${{ inputs.adapter }}
- ${{ inputs.scenario }}
- artipie
- ${{ inputs.version }}

0 comments on commit 3705150

Please sign in to comment.