From b4ce608603f7cf31c0b043ef0f3283ad8540d5e7 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 21 Nov 2020 23:42:20 +0300 Subject: [PATCH] feat(tests): upd tests for endpoints #477 --- .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 e608e17d..5d19f733 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,7 +2,7 @@ name: Tests on: ['push', 'pull_request'] jobs: endpoints: - name: ENDPOINTS + name: ENDPOINTS - PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }} runs-on: ${{ matrix.os }} strategy: matrix: