File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -1014,6 +1014,18 @@ workflows:
1014
1014
only :
1015
1015
- /^e2e/feature.*/
1016
1016
- /^e2e/bugfix.*/
1017
+ - setup-sign-certificates :
1018
+ name : Setup sign certificates (stage)
1019
+ requires :
1020
+ - Start E2E Tests
1021
+ - setup-build :
1022
+ name : Setup build (stage)
1023
+ requires :
1024
+ - Setup sign certificates (stage)
1025
+ - linux :
1026
+ name : Build app - Linux (stage)
1027
+ requires :
1028
+ - Setup build (stage)
1017
1029
- docker :
1018
1030
name : Build docker image
1019
1031
requires :
@@ -1024,6 +1036,11 @@ workflows:
1024
1036
parallelism : 4
1025
1037
requires :
1026
1038
- Build docker image
1039
+ - e2e-app-image :
1040
+ name : E2ETest (AppImage)
1041
+ parallelism : 2
1042
+ requires :
1043
+ - Build app - Linux (stage)
1027
1044
# Workflow for feature, bugfix, main branches
1028
1045
feature-main-branch :
1029
1046
jobs :
You can’t perform that action at this time.
0 commit comments