Ensured code is cloned before using ocular to upload code coverage to scrutinizer during ci workflow

This commit is contained in:
Alejandro Celaya 2020-12-13 17:31:22 +01:00
parent f2210ca0cb
commit a9e9f89799

View file

@ -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: