File tree Expand file tree Collapse file tree 2 files changed +17
-91
lines changed
tests/e2e/tests/electron/critical-path/database Expand file tree Collapse file tree 2 files changed +17
-91
lines changed Original file line number Diff line number Diff line change @@ -1208,6 +1208,18 @@ workflows:
1208
1208
requires :
1209
1209
- itest-code
1210
1210
# E2E tests
1211
+ - setup-sign-certificates :
1212
+ name : Setup sign certificates (stage)
1213
+ requires :
1214
+ - Start All Tests
1215
+ - setup-build :
1216
+ name : Setup build (stage)
1217
+ requires :
1218
+ - Setup sign certificates (stage)
1219
+ - linux :
1220
+ name : Build app - Linux (stage)
1221
+ requires :
1222
+ - Setup build (stage)
1211
1223
- docker :
1212
1224
name : Build docker image
1213
1225
requires :
@@ -1218,6 +1230,11 @@ workflows:
1218
1230
parallelism : 4
1219
1231
requires :
1220
1232
- Build docker image
1233
+ - e2e-app-image :
1234
+ name : E2ETest (AppImage)
1235
+ parallelism : 2
1236
+ requires :
1237
+ - Build app - Linux (stage)
1221
1238
# Approve to build
1222
1239
- approve :
1223
1240
name : Build App
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments