File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -1013,31 +1013,12 @@ workflows:
1013
1013
name : Build docker image
1014
1014
requires :
1015
1015
- Start E2E Tests
1016
- # build desktop app
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)
1029
1016
- e2e-tests :
1030
1017
name : E2ETest
1031
1018
build : docker
1032
1019
parallelism : 4
1033
1020
requires :
1034
1021
- Build docker image
1035
- # e2e desktop tests on AppImage build
1036
- - e2e-app-image :
1037
- name : E2ETest (AppImage)
1038
- parallelism : 1
1039
- requires :
1040
- - Build app - Linux (stage)
1041
1022
# Workflow for feature, bugfix, main branches
1042
1023
feature-main-branch :
1043
1024
jobs :
You can’t perform that action at this time.
0 commit comments