Skip to content

Commit 08984f9

Browse files
committed
build binaries and mark angular as full support
1 parent bb02f81 commit 08984f9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

circle.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ mainBuildFilters: &mainBuildFilters
2727
branches:
2828
only:
2929
- develop
30-
- tbiethman/electron-19
30+
- zachw/angular-ct-project-setup
3131

3232
# usually we don't build Mac app - it takes a long time
3333
# but sometimes we want to really confirm we are doing the right thing
@@ -36,7 +36,7 @@ macWorkflowFilters: &darwin-workflow-filters
3636
when:
3737
or:
3838
- equal: [ develop, << pipeline.git.branch >> ]
39-
- equal: [ 'tbiethman/electron-19', << pipeline.git.branch >> ]
39+
- equal: [ 'zachw/angular-ct-project-setup', << pipeline.git.branch >> ]
4040
- matches:
4141
pattern: "-release$"
4242
value: << pipeline.git.branch >>
@@ -45,7 +45,7 @@ linuxArm64WorkflowFilters: &linux-arm64-workflow-filters
4545
when:
4646
or:
4747
- equal: [ develop, << pipeline.git.branch >> ]
48-
- equal: [ 'tbiethman/electron-19', << pipeline.git.branch >> ]
48+
- equal: [ 'zachw/angular-ct-project-setup', << pipeline.git.branch >> ]
4949
- matches:
5050
pattern: "-release$"
5151
value: << pipeline.git.branch >>
@@ -65,7 +65,7 @@ windowsWorkflowFilters: &windows-workflow-filters
6565
or:
6666
- equal: [ develop, << pipeline.git.branch >> ]
6767
- equal: [ linux-arm64, << pipeline.git.branch >> ]
68-
- equal: [ 'tbiethman/electron-19', << pipeline.git.branch >> ]
68+
- equal: [ 'zachw/angular-ct-project-setup', << pipeline.git.branch >> ]
6969
- matches:
7070
pattern: "-release$"
7171
value: << pipeline.git.branch >>
@@ -129,7 +129,7 @@ commands:
129129
- run:
130130
name: Check current branch to persist artifacts
131131
command: |
132-
if [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "tbiethman/electron-19" ]]; then
132+
if [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "zachw/angular-ct-project-setup" ]]; then
133133
echo "Not uploading artifacts or posting install comment for this branch."
134134
circleci-agent step halt
135135
fi

packages/scaffold-config/src/frameworks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export const WIZARD_FRAMEWORKS = [
243243
},
244244
codeGenFramework: 'angular',
245245
mountModule: 'cypress/angular',
246-
supportStatus: 'alpha',
246+
supportStatus: 'full',
247247
componentIndexHtml: componentIndexHtmlGenerator(),
248248
specPattern: '**/*.cy.ts',
249249
},

0 commit comments

Comments
 (0)