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:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2022-01-26 16:42:45 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-01-26 16:42:45 +0300
commita57102412ce98c564a6f237878fabdae556aeaae (patch)
tree37bb2e20463c195114305e0bcd741e5b0fcbf245 /.github/workflows
parentbd4030de2db498be7ef8170113787a4f545e5dca (diff)
parentbbb553d037188a1b16820fedd48ee4914063de8d (diff)
Merge branch 'QA_5_1' into QA_5_2
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/other-tools.yml6
-rw-r--r--.github/workflows/test-selenium.yml3
2 files changed, 3 insertions, 6 deletions
diff --git a/.github/workflows/other-tools.yml b/.github/workflows/other-tools.yml
index 29f2798bdd..74708e30d5 100644
--- a/.github/workflows/other-tools.yml
+++ b/.github/workflows/other-tools.yml
@@ -37,6 +37,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
+ - name: Install gettext
+ run: sudo apt-get install -y gettext
+
- name: Set up PHP ${{ matrix.php-version }}
uses: shivammathur/setup-php@v2
with:
@@ -74,9 +77,6 @@ jobs:
with:
python-version: '3.6'
- - name: Install gettext
- run: sudo apt-get install -y gettext
-
- name: Install Sphinx for the documentation build
run: pip install 'Sphinx'
diff --git a/.github/workflows/test-selenium.yml b/.github/workflows/test-selenium.yml
index 03d180e433..014b675a30 100644
--- a/.github/workflows/test-selenium.yml
+++ b/.github/workflows/test-selenium.yml
@@ -98,9 +98,6 @@ jobs:
- name: Install modules
run: yarn install --non-interactive --production
- - name: Install nginx and php-fpm
- run: sudo apt-get install -y nginx php7.2-fpm
-
- name: Copy the config
run: cp test/config.e2e.inc.php config.inc.php