Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2022-03-28 00:41:50 +0300
committerWilliam Desportes <williamdes@wdes.fr>2022-03-28 00:41:50 +0300
commit3164994a761d1431cf39a01dcf75b30187879931 (patch)
tree5488f9144b8ba1e766e9f6df701eccc51d9d17ed /.github
parent8691e4af92d88ca6782060c45a6de040cf7cf10e (diff)
Fetch more commits for Scrutinizer coverage upload
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index f1f14d8a6a..a1e672f845 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -72,6 +72,9 @@ jobs:
- { php-version: 'nightly', composer-options: '--ignore-platform-req=php+', experimental: true, os: ubuntu-latest }
steps:
- uses: actions/checkout@v2
+ with:
+ # Fetch some commits for Scrutinizer coverage upload
+ fetch-depth: 15
- name: Install gettext
run: sudo apt-get install -y gettext
- name: Generate mo files
@@ -128,6 +131,9 @@ jobs:
extension: ["dbase", "recode"]
steps:
- uses: actions/checkout@v2
+ with:
+ # Fetch some commits for Scrutinizer coverage upload
+ fetch-depth: 15
- name: Install gettext
run: sudo apt-get install -y gettext
- name: Generate mo files