Update .gitea/workflows/sonarqube_scans.yml
All checks were successful
CI / build-test (push) Successful in 1m13s
All checks were successful
CI / build-test (push) Successful in 1m13s
This commit is contained in:
@@ -15,8 +15,10 @@ jobs:
|
||||
with:
|
||||
php-version: '8.4' # Specify your required PHP version
|
||||
|
||||
- name: Run phing
|
||||
uses: phingofficial/phing-github-action@main
|
||||
with:
|
||||
targets: composer compileAssets
|
||||
- name: Install phing
|
||||
run: composer global require phing/phing
|
||||
|
||||
- name: Run composer
|
||||
run: composer install --no-dev --no-scripts -o
|
||||
|
||||
|
||||
Reference in New Issue
Block a user