Skip to content

Commit 946a26c

Browse files
Undo changes to not run the test again
1 parent fac8615 commit 946a26c

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ workflows:
5252
tags:
5353
only: /dev-v[0-9]+(\.[0-9]+)*/
5454
branches:
55-
only: ci/use-circle-ci-tests-for-partial-rerun-support
55+
ignore: /.*/
5656

5757
- publish:
5858
context:

.circleci/config_continue.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,7 @@ jobs:
1616
- run: npm run build-check
1717
- run: npm run size
1818
- run: npm run check-circular-dependencies
19-
# - run: (cd .circleci/ && ./markTesting.sh)
20-
- run:
21-
name: Mark Testing (Conditional)
22-
command: |
23-
if [ "$CIRCLE_BRANCH" != "ci/use-circle-ci-tests-for-partial-rerun-support" ]; then
24-
echo "Running ./markTesting.sh as branch is $CIRCLE_BRANCH";
25-
(cd .circleci/ && ./markTesting.sh);
26-
else
27-
echo "Skipping ./markTesting.sh for branch $CIRCLE_BRANCH";
28-
fi
19+
- run: (cd .circleci/ && ./markTesting.sh)
2920
- persist_to_workspace:
3021
root: / # relative path to our working directory
3122
paths:
@@ -83,7 +74,7 @@ workflows:
8374
tags:
8475
only: /dev-v[0-9]+(\.[0-9]+)*/
8576
branches:
86-
only: ci/use-circle-ci-tests-for-partial-rerun-support
77+
ignore: /.*/
8778

8879
- test:
8980
name: "test-<< matrix.fdi-version >>-react-16-<< matrix.run-react-16-tests >>"
@@ -93,7 +84,7 @@ workflows:
9384
tags:
9485
only: /dev-v[0-9]+(\.[0-9]+)*/
9586
branches:
96-
only: ci/use-circle-ci-tests-for-partial-rerun-support
87+
ignore: /.*/
9788
matrix:
9889
parameters:
9990
fdi-version: placeholder

0 commit comments

Comments
 (0)