Skip to content

Commit

Permalink
Revert "Adding retries to tests"
Browse files Browse the repository at this point in the history
This reverts commit 9d07df7.
  • Loading branch information
yuval-shlomo-dekel committed Dec 6, 2022
1 parent 9d07df7 commit 3ee48dd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,7 @@ jobs:
- run: npm install
- run: npm run build
- run: npm run lint-fix
- uses: nick-fields/retry@v2
with:
timeout_seconds: 10
max_attempts: 3
retry_on: error
command: npm test
- run: npm test
env:
AUTH_URL: https://iam.cloud.ibm.com/identity/token
SECRETS_MANAGER_API_AUTH_TYPE: iam
Expand Down

0 comments on commit 3ee48dd

Please sign in to comment.