Skip to content

Commit

Permalink
fix: Add websocket-batch-n to needs clause in manual-testing (#3307)
Browse files Browse the repository at this point in the history
**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 <[email protected]>
  • Loading branch information
rbarkerSL authored Dec 5, 2024
1 parent af2159f commit 5701e2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/manual-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5701e2b

Please sign in to comment.