Skip to content

Commit

Permalink
add testType input in e2e reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Sep 19, 2024
1 parent db8d767 commit 17edcfd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run-e2e-tests-reusable-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,10 @@ on:
required: false
# Used in some tests to send slack notifications
SLACK_CHANNEL:
required: false
required: false
# Used in some tests to set different test types
TEST_TYPE:
required: false

env:
CHAINLINK_IMAGE: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com/chainlink
Expand All @@ -191,6 +194,7 @@ env:
SLACK_API_KEY: ${{ secrets.SLACK_API_KEY }}
SLACK_CHANNEL: ${{ inputs.slack_notification_after_tests_channel_id || inputs.SLACK_CHANNEL || secrets.SLACK_CHANNEL }}
SLACK_USER: ${{ inputs.SLACK_USER }}
TEST_TYPE: ${{ inputs.TEST_TYPE }}

jobs:
validate-inputs:
Expand Down

0 comments on commit 17edcfd

Please sign in to comment.