Skip to content

Commit aaa3442

Browse files
committed
Fixed workflow.
1 parent 05e30c4 commit aaa3442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeception.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: ./.github/actions/codeception
6969
with:
7070
working-directory: plugins/${{ steps.plugin.outputs.slug }}
71-
extensions: ["json", "mbstring"]
7271
php: ${{ matrix.php }}
7372
wordpress: ${{ matrix.wordpress }}
73+
extensions: json,mbstring
7474
coverage: 1

0 commit comments

Comments
 (0)