Skip to content

Commit

Permalink
Give report / test path as input also
Browse files Browse the repository at this point in the history
  • Loading branch information
Joonas Venäläinen committed Jul 16, 2021
1 parent 13157d3 commit 00d1d30
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ inputs:
description: 'Width of the virtual screen'
required: true
default: 1920
robot_tests_dir:
description: 'Directory where Robot tests are located in the repository'
required: true
default: 'robot_tests'
robot_reports_dir:
description: 'Where will the report from test be saved'
required: true
default: 'reports'

runs:
using: 'composite'
steps:
Expand All @@ -47,3 +56,5 @@ runs:
SCREEN_COLOR_DEPTH: ${{ inputs.screen_color_depth }}
SCREEN_HEIGHT: ${{ inputs.screen_height }}
SCREEN_WIDTH: ${{ inputs.screen_width }}
ROBOT_TESTS_DIR: ${{ inputs.robot_tests_dir }}
ROBOT_REPORTS_DIR: ${{ inputs.robot_reports_dir }}

0 comments on commit 00d1d30

Please sign in to comment.