mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-24 05:38:06 +03: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
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue