Skip to content

Commit

Permalink
chore: try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luislard committed Feb 11, 2025
1 parent 9392b5f commit c466d3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/php-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
docker compose build --no-cache
docker compose up -d
docker compose exec -it wonolog-db sh -c "mariadb -u root -proot -e \"SHOW VARIABLES LIKE 'have_ssl';\""
# && docker compose run --rm php${{ matrix.php-service }} sh -c "wait-for.sh wonolog-db:3306 -t 15 -- git config --global --add safe.directory /var/www/html && composer install && wp config create --allow-root && wp db query \"SELECT 1\" --allow-root && composer tests:integration"
docker compose exec -it php${{ matrix.php-service }} sh -c "git config --global --add safe.directory /var/www/html && composer install && wp config create --allow-root && wp db query \"SELECT 1\" --allow-root && composer tests:integration"
# docker compose run --rm php${{ matrix.php-service }} sh -c "wait-for.sh wonolog-db:3306 -t 15 -- git config --global --add safe.directory /var/www/html && composer install && wp config create --allow-root && wp db query \"SELECT 1\" --allow-root && composer tests:integration"

- name: Remove Containers
if: always()
Expand Down

0 comments on commit c466d3d

Please sign in to comment.