Skip to content

Commit

Permalink
use root
Browse files Browse the repository at this point in the history
  • Loading branch information
pmdevelopment committed Jun 18, 2024
1 parent f250751 commit 8f94ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: sudo -u www-data composer install --prefer-dist --no-progress --no-scripts --working-dir /var/www/wirhub

- name: PHP CS Fixer
run: sudo -u www-data /var/www/wirhub/vendor/bin/php-cs-fixer check --stop-on-violation --config=/var/www/wirhub/.php-cs-fixer.dist.php
run: /var/www/wirhub/vendor/bin/php-cs-fixer check --stop-on-violation --config=/var/www/wirhub/.php-cs-fixer.dist.php

- name: Prepare symfony
run: |
Expand Down

0 comments on commit 8f94ff2

Please sign in to comment.