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

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/codeception_tests.yml')
-rw-r--r--.github/workflows/codeception_tests.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/codeception_tests.yml b/.github/workflows/codeception_tests.yml
index b9892cb2..42beb85a 100644
--- a/.github/workflows/codeception_tests.yml
+++ b/.github/workflows/codeception_tests.yml
@@ -18,8 +18,8 @@ env:
PHP_EXTENSIONS: "mbstring, pgsql"
key: cache-v1 # can be any string, change to clear the extension cache.
jobs:
- coding_standards:
- name: "Coding_Standards"
+ tests:
+ name: "Codeception_Tests"
runs-on: "ubuntu-latest"
@@ -51,7 +51,7 @@ jobs:
restore-keys: ${{ steps.extcache.outputs.key }}
- name: "Install PHP with extensions"
- uses: "shivammathur/setup-php@v2.5.0"
+ uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
extensions: "${{ env.PHP_EXTENSIONS }}"
@@ -68,5 +68,6 @@ jobs:
- name: "Install locked dependencies from composer.lock"
run: "composer install --no-interaction --no-progress --no-suggest"
- - name: "Run friendsofphp/php-cs-fixer"
+ - run: cp config.inc.php-dist config.inc.php
+ - name: "Run vendor/bin/codecept"
run: "vendor/bin/codecept run unit"