Skip to content

Commit

Permalink
Adds input to enable GAP (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra authored Nov 7, 2024
1 parent 7c903fb commit 4b7cb74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,11 @@ on:
"SLACK_USER env used to send Slack notifications from test code"
required: false
type: string
setup_gap:
description: 'Set to "true" to setup GAP for Grafana.'
required: false
type: boolean
default: false
outputs:
test_results:
description: "Test results from all executed tests"
Expand Down Expand Up @@ -601,6 +606,7 @@ jobs:
uses: smartcontractkit/.github/actions/setup-gap@d316f66b2990ea4daa479daa3de6fc92b00f863e # setup-gap@0.3.2
id: setup-gap
timeout-minutes: 3
if: inputs.setup_gap
with:
aws-region: ${{ secrets.AWS_REGION }}
aws-role-arn: ${{ secrets.AWS_OIDC_IAM_ROLE_VALIDATION_PROD_ARN }}
Expand Down

0 comments on commit 4b7cb74

Please sign in to comment.