File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -1584,6 +1584,19 @@ workflows:
1584
1584
name : Build docker images (prod)
1585
1585
env : production
1586
1586
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)
1587
1600
# virus check all electron apps (prod)
1588
1601
- virustotal-file :
1589
1602
name : Virus check - AppImage (prod)
Original file line number Diff line number Diff line change 1
1
{
2
2
"productName" : " RedisInsight" ,
3
3
"appId" : " org.RedisLabs.RedisInsight-V2" ,
4
- "copyright" : " Copyright © 2023 Redis Ltd." ,
4
+ "copyright" : " Copyright © 2024 Redis Ltd." ,
5
5
"files" : [
6
6
" dist" ,
7
7
" node_modules" ,
You can’t perform that action at this time.
0 commit comments