Skip to content

Commit 3d1d960

Browse files
committed
sh file
1 parent cb6e1ae commit 3d1d960

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
@@ -985,7 +985,7 @@ workflows:
985985
matrix:
986986
parameters:
987987
browser: ["chrome"]
988-
script: ["singletest"]
988+
script: ["singletest.sh"]
989989
job: ["nogroup"]
990990
jobsize: ["1"]
991991
parallelism: [1]
@@ -1001,7 +1001,7 @@ workflows:
10011001
matrix:
10021002
parameters:
10031003
browser: ["chrome", "firefox"]
1004-
script: ["singletest"]
1004+
script: ["singletest.sh"]
10051005
job: ["nogroup"]
10061006
jobsize: ["1"]
10071007
parallelism: [5]

0 commit comments

Comments
 (0)