Update .github/workflows/tests.yml

This commit is contained in:
Tobias Nyholm 2021-05-15 10:42:08 +02:00 committed by GitHub
parent 6f1c4b8c58
commit 6a328ae01e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ jobs:
echo "::group::$1"
# Run the tests
./phpunit --colors=always --exclude-group tty,benchmark,intl-dat ./$1 2>&1 || ok=1
./phpunit --colors=always --exclude-group tty,benchmark,intl-data ./$1 2>&1 || ok=1
echo ::endgroup::
if [ $ok -ne 0 ]; then