From 548196a7a1b2ca5783f55a20f0a01509e552f7bf Mon Sep 17 00:00:00 2001 From: Anton Karpov Date: Tue, 4 Jul 2023 19:40:20 +0300 Subject: [PATCH] #20 Small fixes for the GitHub actions --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9b0581c..8c8b142 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,7 +31,7 @@ jobs: - name: Install dependencies run: composer install --prefer-dist --no-progress --no-interaction - - name: Install tools + - name: Prepare development tools run: composer setup-dev - name: Testing out