Skip to content

Commit c0e46ef

Browse files
authored
Merge pull request #3013 from RedisInsight/bugfix/add-e2e-for-latest
add e2e tests for latest branch
2 parents c163f1c + c193bf5 commit c0e46ef

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
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)

electron-builder.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"productName": "RedisInsight",
33
"appId": "org.RedisLabs.RedisInsight-V2",
4-
"copyright": "Copyright © 2023 Redis Ltd.",
4+
"copyright": "Copyright © 2024 Redis Ltd.",
55
"files": [
66
"dist",
77
"node_modules",

0 commit comments

Comments
 (0)