We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8d767 commit b0f26adCopy full SHA for b0f26ad
.github/workflows/run-e2e-tests-reusable-workflow.yml
@@ -174,7 +174,10 @@ on:
174
required: false
175
# Used in some tests to send slack notifications
176
SLACK_CHANNEL:
177
- required: false
+ required: false
178
+ # Used in some tests to set different test types
179
+ TEST_TYPE:
180
181
182
env:
183
CHAINLINK_IMAGE: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com/chainlink
@@ -191,6 +194,7 @@ env:
191
194
SLACK_API_KEY: ${{ secrets.SLACK_API_KEY }}
192
195
SLACK_CHANNEL: ${{ inputs.slack_notification_after_tests_channel_id || inputs.SLACK_CHANNEL || secrets.SLACK_CHANNEL }}
193
196
SLACK_USER: ${{ inputs.SLACK_USER }}
197
+ TEST_TYPE: ${{ inputs.testType }}
198
199
jobs:
200
validate-inputs:
0 commit comments