Skip to content

Commit c6a7da8

Browse files
authored
Merge pull request #2436 from RedisInsight/e2e/bugfix/desktop-test-run-for-e2e-workflow
E2E desktop test run for e2e workflow
2 parents ac62a9e + c882767 commit c6a7da8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.circleci/config.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,6 +1014,18 @@ workflows:
10141014
only:
10151015
- /^e2e/feature.*/
10161016
- /^e2e/bugfix.*/
1017+
- setup-sign-certificates:
1018+
name: Setup sign certificates (stage)
1019+
requires:
1020+
- Start E2E Tests
1021+
- setup-build:
1022+
name: Setup build (stage)
1023+
requires:
1024+
- Setup sign certificates (stage)
1025+
- linux:
1026+
name: Build app - Linux (stage)
1027+
requires:
1028+
- Setup build (stage)
10171029
- docker:
10181030
name: Build docker image
10191031
requires:
@@ -1024,6 +1036,11 @@ workflows:
10241036
parallelism: 4
10251037
requires:
10261038
- Build docker image
1039+
- e2e-app-image:
1040+
name: E2ETest (AppImage)
1041+
parallelism: 2
1042+
requires:
1043+
- Build app - Linux (stage)
10271044
# Workflow for feature, bugfix, main branches
10281045
feature-main-branch:
10291046
jobs:

0 commit comments

Comments
 (0)