Skip to content

Commit 44497a4

Browse files
committed
fix: Pass only parameters used to run test-unit steps
1 parent 0e68b3d commit 44497a4

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.circleci/config_continue.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
- image: rishabhpoddar/supertokens_python_driver_testing
1717
resource_class: large
1818
parameters:
19-
fdi-version:
20-
type: string
2119
cdi-version:
2220
type: string
2321
parallelism: 4
@@ -203,8 +201,8 @@ workflows:
203201
only: /test\/.*/
204202
maxtrix:
205203
parameters:
206-
fdi-version: placeholder
207-
cdi-version: placeholder
204+
fdi-version: ["1.16"]
205+
cdi-version: ["2.9","2.10","2.11","2.12","2.13","2.14","2.15"]
208206
- test-website-fastapi:
209207
requires:
210208
- test-dev-tag-as-not-passed
@@ -257,7 +255,7 @@ workflows:
257255
only: /test\/.*/
258256
matrix:
259257
parameters:
260-
fdi-version: placeholder
258+
fdi-version: ["1.16"]
261259
- test-authreact-flask:
262260
requires:
263261
- test-dev-tag-as-not-passed
@@ -270,7 +268,7 @@ workflows:
270268
only: /test\/.*/
271269
matrix:
272270
parameters:
273-
fdi-version: placeholder
271+
fdi-version: ["1.16"]
274272
- test-authreact-django:
275273
requires:
276274
- test-dev-tag-as-not-passed
@@ -283,7 +281,7 @@ workflows:
283281
only: /test\/.*/
284282
matrix:
285283
parameters:
286-
fdi-version: placeholder
284+
fdi-version: ["1.16"]
287285
- test-success:
288286
requires:
289287
- test-unit

0 commit comments

Comments
 (0)