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:
|
with:
|
||||||
php-version: '8.4' # Specify your required PHP version
|
php-version: '8.4' # Specify your required PHP version
|
||||||
|
|
||||||
- name: Run phing
|
- name: Install phing
|
||||||
uses: phingofficial/phing-github-action@main
|
run: composer global require phing/phing
|
||||||
with:
|
|
||||||
targets: composer compileAssets
|
- name: Run composer
|
||||||
|
run: composer install --no-dev --no-scripts -o
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user