Skip to content

Commit 11cd16b

Browse files
committed
Run more tests
1 parent 08f0254 commit 11cd16b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
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+
- revert-22742
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: [ 'revert-22742', << 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: [ 'revert-22742', << pipeline.git.branch >> ]
4949
- matches:
5050
pattern: "-release$"
5151
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" != "revert-22742" ]]; then
133133
echo "Not uploading artifacts or posting install comment for this branch."
134134
circleci-agent step halt
135135
fi
@@ -883,7 +883,7 @@ commands:
883883
fi
884884
885885
curl -L https://raw.githubusercontent.com/cypress-io/cypress/$branch/scripts/ensure-node.sh --output ci-ensure-node.sh
886-
else
886+
else
887887
# if no .node-version file exists, we no-op the node script and use the global yarn
888888
echo '' > ci-ensure-node.sh
889889
fi

0 commit comments

Comments
 (0)