Skip to content

Commit

Permalink
move fixer to the right spot
Browse files Browse the repository at this point in the history
  • Loading branch information
pmdevelopment committed Jun 18, 2024
1 parent 0422b62 commit e358d74
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ jobs:
- name: Add GitHub OAuth credentials
run: echo '${{ secrets.COMPOSER_AUTH_JSON }}' > $GITHUB_WORKSPACE/auth.json

- name: PHP-CS-Fixer
uses: docker://ghcr.io/php-cs-fixer/php-cs-fixer:3-php8.2
with:
args: check

- name: Install extensions
uses: shivammathur/setup-php@v2
with:
Expand Down Expand Up @@ -43,6 +38,11 @@ jobs:
sudo -u www-data php /var/www/wirhub/bin/console doctrine:database:create
sudo -u www-data mkdir /var/www/wirhub/var/cache/test/sessions
- name: PHP-CS-Fixer
uses: docker://ghcr.io/php-cs-fixer/php-cs-fixer:3-php8.2
with:
args: check

- name: Update folder permissions
run: |
sudo chmod -R 777 /var/www/wirhub
Expand Down

0 comments on commit e358d74

Please sign in to comment.