This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
ci: Add one more instance for faster UI tests execution
version-14
Suraj Shetty
3 years ago
parent
675e72506c
commit
1298b39bb3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save