Skip to content

Commit

Permalink
chore: cleanup acceptance tests workflow (hashgraph#2529)
Browse files Browse the repository at this point in the history
Signed-off-by: Iliya Savov <isavov@users.noreply.github.com>
  • Loading branch information
isavov authored May 28, 2024
1 parent 0b02b4d commit 9030cb4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion .github/workflows/acceptance-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ jobs:
max_attempts: 3
timeout_minutes: 20
command: npm run acceptancetest:${{ inputs.testfilter }}
on_retry_command: scripts/retry_script.sh
env:
TEST_WS_SERVER: ${{ inputs.test_ws_server }}
SUBSCRIPTIONS_ENABLED: ${{ inputs.test_ws_server }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
max_attempts: 3
timeout_minutes: 20
command: npm run acceptancetest:release
on_retry_command: scripts/retry_script.sh

- name: Run hedera local
run: hedera restart -d
Expand Down
14 changes: 0 additions & 14 deletions scripts/retry_script.sh

This file was deleted.

0 comments on commit 9030cb4

Please sign in to comment.