Skip to content

Commit

Permalink
fix: enable auth-react
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Nov 21, 2024
1 parent 85a0715 commit 3c2e556
Showing 1 changed file with 45 additions and 45 deletions.
90 changes: 45 additions & 45 deletions .circleci/config_continue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 3c2e556

Please sign in to comment.