pruebas configuracion runner sin comandos bash
Some checks failed
Simple CI Pipeline for PHP / build (push) Failing after 0s

This commit is contained in:
David Vargas 2024-09-05 14:24:53 -06:00
parent d0a907fbbe
commit 02309e0850

View File

@ -15,12 +15,10 @@ jobs:
- name: Checkout code
run: git clone ${{ secrets.REPO_URL }} .
- name: Set up PHP and Composer
- name: Set up PHP (pre-installed environment)
run: |
apt-get update
apt-get install -y php-cli curl unzip
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
php -v
composer --version
- name: Install Composer dependencies
run: composer install