Skip to content

Commit 3f2c644

Browse files
authored
Circleci fix workflow (#2260)
* attempt to fix circleci workflow
1 parent 25ef288 commit 3f2c644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -673,8 +673,8 @@ jobs:
673673
default: 2
674674
test_suite:
675675
# Trigger DSS, DSM or all tests
676-
type: enum
677-
enum: [ dss, dsm, UNKNOWN ]
676+
type: string
677+
# enum: [ dss, dsm, UNKNOWN ]
678678
default: UNKNOWN
679679
parallelism: << parameters.parallelism_num >>
680680
steps:

0 commit comments

Comments
 (0)