Skip to content

Commit 9030cb4

Browse files
authored
chore: cleanup acceptance tests workflow (#2529)
Signed-off-by: Iliya Savov <[email protected]>
1 parent 0b02b4d commit 9030cb4

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

.github/workflows/acceptance-workflow.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ jobs:
8282
max_attempts: 3
8383
timeout_minutes: 20
8484
command: npm run acceptancetest:${{ inputs.testfilter }}
85-
on_retry_command: scripts/retry_script.sh
8685
env:
8786
TEST_WS_SERVER: ${{ inputs.test_ws_server }}
8887
SUBSCRIPTIONS_ENABLED: ${{ inputs.test_ws_server }}

.github/workflows/release-acceptance.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
max_attempts: 3
6464
timeout_minutes: 20
6565
command: npm run acceptancetest:release
66-
on_retry_command: scripts/retry_script.sh
6766

6867
- name: Run hedera local
6968
run: hedera restart -d

scripts/retry_script.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)