From 3c2e5564934be6f20d768e314cc5619890df47e9 Mon Sep 17 00:00:00 2001 From: Sattvik Chakravarthy Date: Thu, 21 Nov 2024 15:24:17 +0530 Subject: [PATCH] fix: enable auth-react --- .circleci/config_continue.yml | 90 +++++++++++++++++------------------ 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/.circleci/config_continue.yml b/.circleci/config_continue.yml index e8447ec1..afeb0d5e 100644 --- a/.circleci/config_continue.yml +++ b/.circleci/config_continue.yml @@ -420,48 +420,48 @@ workflows: # only: /dev-v[0-9]+(\.[0-9]+)*/ # branches: # only: /test-cicd\/.*/ - # - test-authreact-fastapi: - # requires: - # - test-dev-tag-as-not-passed - # context: - # - slack-notification - # filters: - # tags: - # only: /dev-v[0-9]+(\.[0-9]+)*/ - # branches: - # only: /test-cicd\/.*/ - # matrix: - # parameters: - # fdi-version: placeholder - # python-version: ['3.8', '3.13'] - # - test-authreact-flask: - # requires: - # - test-dev-tag-as-not-passed - # context: - # - slack-notification - # filters: - # tags: - # only: /dev-v[0-9]+(\.[0-9]+)*/ - # branches: - # only: /test-cicd\/.*/ - # matrix: - # parameters: - # fdi-version: placeholder - # python-version: ['3.8', '3.13'] - # - test-authreact-django: - # requires: - # - test-dev-tag-as-not-passed - # context: - # - slack-notification - # filters: - # tags: - # only: /dev-v[0-9]+(\.[0-9]+)*/ - # branches: - # only: /test-cicd\/.*/ - # matrix: - # parameters: - # fdi-version: placeholder - # python-version: ['3.8', '3.13'] + - test-authreact-fastapi: + requires: + - test-dev-tag-as-not-passed + context: + - slack-notification + filters: + tags: + only: /dev-v[0-9]+(\.[0-9]+)*/ + branches: + only: /test-cicd\/.*/ + matrix: + parameters: + fdi-version: placeholder + python-version: ['3.8', '3.13'] + - test-authreact-flask: + requires: + - test-dev-tag-as-not-passed + context: + - slack-notification + filters: + tags: + only: /dev-v[0-9]+(\.[0-9]+)*/ + branches: + only: /test-cicd\/.*/ + matrix: + parameters: + fdi-version: placeholder + python-version: ['3.8', '3.13'] + - test-authreact-django: + requires: + - test-dev-tag-as-not-passed + context: + - slack-notification + filters: + tags: + only: /dev-v[0-9]+(\.[0-9]+)*/ + branches: + only: /test-cicd\/.*/ + matrix: + parameters: + fdi-version: placeholder + python-version: ['3.8', '3.13'] - test-success: requires: - test-unit @@ -472,9 +472,9 @@ workflows: # - test-website-drf-async # - test-website-drf-sync # - test-website-django2x - # - test-authreact-fastapi - # - test-authreact-flask - # - test-authreact-django + - test-authreact-fastapi + - test-authreact-flask + - test-authreact-django context: - slack-notification filters: