Skip to content

Commit 32da30f

Browse files
committed
CircleCI config validation fix.
1 parent 29d8271 commit 32da30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ workflows:
123123
- job_test_javascript
124124
- job_php_code_standards:
125125
requires:
126-
- job_test_javascript:
126+
- job_test_javascript
127127
- job_test_php56_min:
128128
requires:
129129
- job_php_code_standards

0 commit comments

Comments
 (0)