Skip to content

Commit 8419863

Browse files
committed
config update
1 parent 56cabb3 commit 8419863

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,12 +955,15 @@ workflows:
955955
parallelism: 1
956956
requires:
957957
- Build docker image
958+
- windows:
959+
name: Build app - Windows (stage)
960+
requires: *stageElectronBuildRequires
958961
- e2e-exe:
959962
name: E2ETest (exe)
960963
parallelism: 1
961964
report: true
962965
requires:
963-
- Build windows exe
966+
- Build app - Windows (stage)
964967
# Workflow for feature, bugfix, main branches
965968
feature-main-branch:
966969
jobs:

0 commit comments

Comments
 (0)