Skip to content

Commit 99d35ef

Browse files
author
Artem
committed
add e2e tests for latest branch
1 parent c163f1c commit 99d35ef

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.circleci/config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1584,6 +1584,19 @@ workflows:
15841584
name: Build docker images (prod)
15851585
env: production
15861586
requires: *prodElectronBuildRequires
1587+
# e2e desktop tests on AppImage build
1588+
- e2e-app-image:
1589+
name: E2ETest (AppImage)
1590+
parallelism: 2
1591+
requires:
1592+
- Build app - Linux (prod)
1593+
# e2e docker tests
1594+
- e2e-tests:
1595+
name: E2ETest
1596+
build: docker
1597+
parallelism: 4
1598+
requires:
1599+
- Build docker images (prod)
15871600
# virus check all electron apps (prod)
15881601
- virustotal-file:
15891602
name: Virus check - AppImage (prod)

0 commit comments

Comments
 (0)