From 90b909eba08e50b266f61512249965d8a5aacd98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 15 May 2020 19:42:36 +0200 Subject: [PATCH] Revert naming tests "unit tests" --- .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 96ec4f6..f199f83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,5 +15,5 @@ jobs: run: composer install - name: Start Redis uses: supercharge/redis-github-action@1.1.0 - - name: Run unit tests + - name: Run tests run: phpunit