File tree Expand file tree Collapse file tree 1 file changed +14
-25
lines changed Expand file tree Collapse file tree 1 file changed +14
-25
lines changed Original file line number Diff line number Diff line change @@ -1011,33 +1011,16 @@ workflows:
1011
1011
only :
1012
1012
- /^e2e/feature.*/
1013
1013
- /^e2e/bugfix.*/
1014
- # - docker:
1015
- # name: Build docker image
1016
- # requires:
1017
- # - Start E2E Tests
1018
- # - e2e-tests:
1019
- # name: E2ETest
1020
- # build: docker
1021
- # parallelism: 4
1022
- # requires:
1023
- # - Build docker image
1024
- - setup-sign-certificates :
1025
- name : Setup sign certificates (stage)
1026
- - setup-build :
1027
- name : Setup build (stage)
1028
- requires :
1029
- - Setup sign certificates (stage)
1030
- - linux :
1031
- name : Build app - Linux (stage)
1014
+ - docker :
1015
+ name : Build docker image
1032
1016
requires :
1033
- - Setup build (stage)
1034
- # e2e desktop tests on AppImage build
1035
- - e2e-app-image :
1036
- name : E2ETest (AppImage) - Nightly
1037
- parallelism : 2
1038
- report : true
1017
+ - Start E2E Tests
1018
+ - e2e-tests :
1019
+ name : E2ETest
1020
+ build : docker
1021
+ parallelism : 4
1039
1022
requires :
1040
- - Build app - Linux (stage)
1023
+ - Build docker image
1041
1024
# Workflow for feature, bugfix, main branches
1042
1025
feature-main-branch :
1043
1026
jobs :
@@ -1198,6 +1181,12 @@ workflows:
1198
1181
- windows :
1199
1182
name : Build app - Windows (stage)
1200
1183
requires : *stageElectronBuildRequires
1184
+ # e2e desktop tests on AppImage build
1185
+ - e2e-app-image :
1186
+ name : E2ETest (AppImage)
1187
+ parallelism : 2
1188
+ requires :
1189
+ - Build app - Linux (stage)
1201
1190
# release to AWS (stage)
1202
1191
- release-aws-test :
1203
1192
name : Release AWS stage
You can’t perform that action at this time.
0 commit comments