Skip to content

Commit b0f26ad

Browse files
add testType input in e2e reusable workflow
1 parent db8d767 commit b0f26ad

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/run-e2e-tests-reusable-workflow.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,10 @@ on:
174174
required: false
175175
# Used in some tests to send slack notifications
176176
SLACK_CHANNEL:
177-
required: false
177+
required: false
178+
# Used in some tests to set different test types
179+
TEST_TYPE:
180+
required: false
178181

179182
env:
180183
CHAINLINK_IMAGE: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com/chainlink
@@ -191,6 +194,7 @@ env:
191194
SLACK_API_KEY: ${{ secrets.SLACK_API_KEY }}
192195
SLACK_CHANNEL: ${{ inputs.slack_notification_after_tests_channel_id || inputs.SLACK_CHANNEL || secrets.SLACK_CHANNEL }}
193196
SLACK_USER: ${{ inputs.SLACK_USER }}
197+
TEST_TYPE: ${{ inputs.testType }}
194198

195199
jobs:
196200
validate-inputs:

0 commit comments

Comments
 (0)