From 5701e2b592a33df6cbe7aee4fe964cfba1471464 Mon Sep 17 00:00:00 2001 From: Roger Barker Date: Thu, 5 Dec 2024 09:58:25 -0600 Subject: [PATCH] fix: Add websocket-batch-n to needs clause in manual-testing (#3307) **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