From 855bc70945ab8b489ba6ee57f8881e8894e2e368 Mon Sep 17 00:00:00 2001 From: Nick Huang Date: Mon, 17 Feb 2025 11:30:02 +0800 Subject: [PATCH] feat: add cache --- .github/workflows/tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e8dc81a..0550012 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,7 +39,7 @@ jobs: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-${{ matrix.php }}-${{ matrix.stability }}-composer restore-keys: | - ${{ runner.os }}-${{ matrix.php }}-${{ matrix.stability }}--composer + ${{ runner.os }}-${{ matrix.php }}-${{ matrix.stability }}-composer - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -55,4 +55,3 @@ jobs: - name: Execute tests run: vendor/bin/phpunit -