Used cmd instead of run

This commit is contained in:
Marius Karstedt
2021-03-23 03:33:51 +01:00
parent aa8211a273
commit 656946fbb2

View File

@@ -13,4 +13,4 @@ jobs:
with:
php_version: 7.3
- name: PHPUnit tests
cmd: composer test
run: composer test