mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
Parallelize pytest #360
This commit is contained in:
parent
35795b4762
commit
b2d5042f2d
4
.github/workflows/cypress.yml
vendored
4
.github/workflows/cypress.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
||||
- name: Cypress run
|
||||
uses: cypress-io/github-action@v2
|
||||
with:
|
||||
record: true
|
||||
browser: chrome
|
||||
parallel: true
|
||||
group: "Mobile"
|
||||
wait-on: "http://127.0.0.1:5001"
|
||||
@ -140,7 +140,7 @@ jobs:
|
||||
- name: Cypress run
|
||||
uses: cypress-io/github-action@v2
|
||||
with:
|
||||
record: true
|
||||
browser: chrome
|
||||
parallel: true
|
||||
group: "Desktop"
|
||||
wait-on: "http://127.0.0.1:5001"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user