mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Ensured code is cloned before using ocular to upload code coverage to scrutinizer during ci workflow
This commit is contained in:
parent
f2210ca0cb
commit
a9e9f89799
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -272,6 +272,8 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
php-version: ['7.4']
|
php-version: ['7.4']
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v2
|
||||||
- name: Use PHP
|
- name: Use PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user