Add cypress test to all pipelines
This commit is contained in:
parent
ba436f8186
commit
8ad5be305a
|
|
@ -55,6 +55,7 @@ pipelines:
|
||||||
branches:
|
branches:
|
||||||
master:
|
master:
|
||||||
- step: *unittest-python
|
- step: *unittest-python
|
||||||
|
- step: *cypress-test
|
||||||
|
|
||||||
develop:
|
develop:
|
||||||
- step: *unittest-python
|
- step: *unittest-python
|
||||||
|
|
@ -67,4 +68,5 @@ pipelines:
|
||||||
custom:
|
custom:
|
||||||
prod:
|
prod:
|
||||||
- step: *unittest-python
|
- step: *unittest-python
|
||||||
|
- step: *cypress-test
|
||||||
- step: *deploy-prod
|
- step: *deploy-prod
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue