From 9f434579f151942ea769011f4ed7271745f6fd06 Mon Sep 17 00:00:00 2001 From: Roger Barker Date: Wed, 4 Dec 2024 08:17:27 -0600 Subject: [PATCH] fix: Add websocket-batch-n to needs clause in manual-testing **Description**: Fixes breaking change in manual-testing.yaml where websocket was split into three batches but the batches were not included in the publish-results needs clause. **Related Issue(s)**: Fixes #3306 Signed-off-by: Roger Barker --- .github/workflows/manual-testing.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/manual-testing.yml b/.github/workflows/manual-testing.yml index 8bc95f93cf..86574c8104 100644 --- a/.github/workflows/manual-testing.yml +++ b/.github/workflows/manual-testing.yml @@ -187,7 +187,9 @@ jobs: - tokenmanagement - htsprecompilev1 - precompilecalls - - websocket + - websocket-batch-1 + - websocket-batch-2 + - websocket-batch-3 - cacheservice runs-on: smart-contracts-linux-medium