Move two runners from Cypress to Playwright to rebalance runtime (#12006)

This commit is contained in:
Michael Telatynski 2023-12-06 15:13:03 +00:00 committed by GitHub
parent 88de99733c
commit d06fc7d623
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

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