From a9e9f897999ae532e1e0dfe9af6599676255517b Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 13 Dec 2020 17:31:22 +0100 Subject: [PATCH] Ensured code is cloned before using ocular to upload code coverage to scrutinizer during ci workflow --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b75e3861..22b459b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -272,6 +272,8 @@ jobs: matrix: php-version: ['7.4'] steps: + - name: Checkout code + uses: actions/checkout@v2 - name: Use PHP uses: shivammathur/setup-php@v2 with: