From 656946fbb26bd56d1c78f54d4e07364bbc0a7157 Mon Sep 17 00:00:00 2001 From: Marius Karstedt Date: Tue, 23 Mar 2021 03:33:51 +0100 Subject: [PATCH] Used cmd instead of run --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7f7797..f9d228a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,4 +13,4 @@ jobs: with: php_version: 7.3 - name: PHPUnit tests - cmd: composer test \ No newline at end of file + run: composer test \ No newline at end of file