We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e3d31 commit c49183dCopy full SHA for c49183d
1 file changed
.circleci/config.yml
@@ -66,6 +66,13 @@ jobs:
66
AUTH0_CFG: 01-Authorization-RS256
67
SAMPLE_PATH: 01-Authorization-RS256
68
<<: *defaults
69
+ 01-Authorization-RS256-BETA:
70
+ machine:
71
+ <<: *machine-cfg
72
+ environment:
73
+ AUTH0_CFG: 01-Authorization-RS256-BETA
74
+ SAMPLE_PATH: 01-Authorization-RS256-BETA
75
+ <<: *defaults
76
77
workflows:
78
version: 2
@@ -77,3 +84,7 @@ workflows:
84
context: Quickstart API Tests
85
requires:
79
86
- checkout
87
+ - 01-Authorization-RS256-BETA:
88
+ context: Quickstart API Tests
89
+ requires:
90
+ - checkout
0 commit comments