Skip to content

Commit

Permalink
chore: Add retry to end-to-end workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
nieomylnieja authored Sep 30, 2024
1 parent b0cf38e commit 3af41a5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,15 @@ jobs:
go-version-file: go.mod
cache: false
- name: Run tests
uses: nick-fields/retry@v3
with:
timeout_minutes: 15
max_attempts: 3
command: make test/e2e
env:
NOBL9_SDK_CLIENT_ID: ${{ inputs.clientId }}
NOBL9_SDK_CLIENT_SECRET: ${{ secrets.clientSecret }}
NOBL9_SDK_OKTA_ORG_URL: ${{ inputs.oktaOrgUrl }}
NOBL9_SDK_OKTA_AUTH_SERVER: ${{ inputs.oktaAuthServer }}
NOBL9_SDK_NO_CONFIG_FILE: true
NOBL9_SDK_TEST_RUN_SEQUENTIAL_APPLY_AND_DELETE: ${{ inputs.sequentialApplyAndDelete }}
run: make test/e2e

0 comments on commit 3af41a5

Please sign in to comment.