Proposals are currently absent
Freelancers are reviewing the task — proposals will appear here soon.
Proposals are currently absent
Freelancers are reviewing the task — proposals will appear here soon.
-
Volodymyr H. 26 May 2023Судячи з скріну, там проблема якраз таки в тому що твій .ini відрізняється від .ini в main.
Типу, воно не резолвить конфлікт, ти певен що проблема з тестами саме?
Ось мій приклад, тут незалежно від тестів має відпрацювати твій кастомний скрипт:image: php:7.4 pipelines: default: - step: name: Install dependencies script: - apt-get update && apt-get install -y unzip - curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer - composer install - step: name: Run PHPUnit tests script: - ./vendor/bin/phpunit --color=always - step: name: Create Pull Request script: - echo "Create pull request сustom script"
Loading...
Loading...