Skip to content

Commit

Permalink
Merge branch 'main' into PC-14860-Support-Website-metrics-in-LogicMon…
Browse files Browse the repository at this point in the history
…itor
  • Loading branch information
dawidwisn authored Dec 2, 2024
2 parents 68542d5 + fcd7dc5 commit a6f4508
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ on:
required: false
type: boolean
default: true
httpRequestTimeout:
description: Timeout for every HTTP request to the Nobl9 API
required: false
type: string
default: 1m
secrets:
clientSecret:
description: Client secret to use for authentication
Expand Down Expand Up @@ -55,3 +60,4 @@ jobs:
NOBL9_SDK_OKTA_AUTH_SERVER: ${{ inputs.oktaAuthServer }}
NOBL9_SDK_NO_CONFIG_FILE: true
NOBL9_SDK_TEST_RUN_SEQUENTIAL_APPLY_AND_DELETE: ${{ inputs.sequentialApplyAndDelete }}
NOBL9_SDK_TIMEOUT: ${{ inputs.httpRequestTimeout }}

0 comments on commit a6f4508

Please sign in to comment.