Move 2 runners from Cypress to Playwright (#12034)

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2023-12-12 16:51:54 +00:00 committed by GitHub
parent e92ca4fcd2
commit 99ca613818
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -94,8 +94,8 @@ jobs:
matrix:
# Run tests using both crypto stacks
crypto: [legacy, rust]
ci_node_total: [3]
ci_node_index: [0, 1, 2]
ci_node_total: [2]
ci_node_index: [0, 1]
steps:
# The version of chrome shipped by default may not be consistent across runners
# so we explicitly use a specific version of chrome here.