From c88b9079a733c5b32e140eff29911f0cec6a0888 Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Wed, 9 Dec 2020 17:25:38 -0500 Subject: [PATCH] Actually need to check out the project --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2682392..18244f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,9 @@ jobs: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: composer install run: | composer install