Skip to content

Commit 5717b87

Browse files
committed
add e2e desktop tests to feature/main branches workflows
1 parent 32dfd9a commit 5717b87

File tree

2 files changed

+17
-91
lines changed

2 files changed

+17
-91
lines changed

.circleci/config.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,6 +1208,18 @@ workflows:
12081208
requires:
12091209
- itest-code
12101210
# 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)
12111223
- docker:
12121224
name: Build docker image
12131225
requires:
@@ -1218,6 +1230,11 @@ workflows:
12181230
parallelism: 4
12191231
requires:
12201232
- Build docker image
1233+
- e2e-app-image:
1234+
name: E2ETest (AppImage)
1235+
parallelism: 2
1236+
requires:
1237+
- Build app - Linux (stage)
12211238
# Approve to build
12221239
- approve:
12231240
name: Build App

tests/e2e/tests/electron/critical-path/database/export-import-databases.e2e.ts

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)