mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Test CI
This commit is contained in:
4
.github/workflows/php-cs.yml
vendored
4
.github/workflows/php-cs.yml
vendored
@@ -66,7 +66,7 @@ jobs:
|
||||
htdocs/includes/bin/phpcs -i | head -
|
||||
# Check PHP Vardump check version
|
||||
echo "PHP Vardump check version"
|
||||
htdocs/includes/bin/var_dump_check --version
|
||||
htdocs/includes/bin/var-dump-check --version
|
||||
# Check PHPUnit version
|
||||
echo "PHPUnit version"
|
||||
htdocs/includes/bin/phpunit --version | head -
|
||||
@@ -77,8 +77,6 @@ jobs:
|
||||
echo "Database version"
|
||||
mysql --version | head -
|
||||
psql --version
|
||||
echo "Check pgloader version"
|
||||
pgloader --version
|
||||
|
||||
- name: lint
|
||||
run: |
|
||||
|
||||
1
.github/workflows/php-mysql.yml
vendored
1
.github/workflows/php-mysql.yml
vendored
@@ -35,6 +35,7 @@ jobs:
|
||||
- name: Install packages for PHP 8.1
|
||||
run: |
|
||||
composer -n require --ignore-platform-reqs phpunit/phpunit ^8
|
||||
sudo apt-get install -y pgloader
|
||||
|
||||
- name: Adding path of binaries tools installed by composer to the PATH
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user