Skip to content

Commit

Permalink
Undo changes to not run the test again
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30-st committed Dec 4, 2024
1 parent fac8615 commit 946a26c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ workflows:
tags:
only: /dev-v[0-9]+(\.[0-9]+)*/
branches:
only: ci/use-circle-ci-tests-for-partial-rerun-support
ignore: /.*/

- publish:
context:
Expand Down
15 changes: 3 additions & 12 deletions .circleci/config_continue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,7 @@ jobs:
- run: npm run build-check
- run: npm run size
- run: npm run check-circular-dependencies
# - run: (cd .circleci/ && ./markTesting.sh)
- run:
name: Mark Testing (Conditional)
command: |
if [ "$CIRCLE_BRANCH" != "ci/use-circle-ci-tests-for-partial-rerun-support" ]; then
echo "Running ./markTesting.sh as branch is $CIRCLE_BRANCH";
(cd .circleci/ && ./markTesting.sh);
else
echo "Skipping ./markTesting.sh for branch $CIRCLE_BRANCH";
fi
- run: (cd .circleci/ && ./markTesting.sh)
- persist_to_workspace:
root: / # relative path to our working directory
paths:
Expand Down Expand Up @@ -83,7 +74,7 @@ workflows:
tags:
only: /dev-v[0-9]+(\.[0-9]+)*/
branches:
only: ci/use-circle-ci-tests-for-partial-rerun-support
ignore: /.*/

- test:
name: "test-<< matrix.fdi-version >>-react-16-<< matrix.run-react-16-tests >>"
Expand All @@ -93,7 +84,7 @@ workflows:
tags:
only: /dev-v[0-9]+(\.[0-9]+)*/
branches:
only: ci/use-circle-ci-tests-for-partial-rerun-support
ignore: /.*/
matrix:
parameters:
fdi-version: placeholder
Expand Down

0 comments on commit 946a26c

Please sign in to comment.