Skip to content

Commit 6a328ae

Browse files
authoredMay 15, 2021
Update .github/workflows/tests.yml
1 parent 6f1c4b8 commit 6a328ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
echo "::group::$1"
156156
157157
# Run the tests
158-
./phpunit --colors=always --exclude-group tty,benchmark,intl-dat ./$1 2>&1 || ok=1
158+
./phpunit --colors=always --exclude-group tty,benchmark,intl-data ./$1 2>&1 || ok=1
159159
echo ::endgroup::
160160
161161
if [ $ok -ne 0 ]; then

0 commit comments

Comments
 (0)
Please sign in to comment.