Browse Source

ci: Add one more instance for faster UI tests execution

version-14
Suraj Shetty 3 years ago
parent
commit
1298b39bb3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/ui-tests.yml

+ 1
- 1
.github/workflows/ui-tests.yml View File

@@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
containers: [1, 2]
containers: [1, 2, 3]

name: UI Tests (Cypress)



Loading…
Cancel
Save