Update .gitea/workflows/sonarqube_scans.yml
Some checks failed
CI / build-test (push) Failing after 1m18s
Some checks failed
CI / build-test (push) Failing after 1m18s
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
|||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: '8.4' # Specify your required PHP version
|
php-version: '8.4'
|
||||||
|
|
||||||
- name: Install phing
|
- name: Install phing
|
||||||
run: composer global require phing/phing
|
run: composer global require phing/phing
|
||||||
@@ -22,8 +22,8 @@ jobs:
|
|||||||
run: composer install --no-dev --no-scripts -o
|
run: composer install --no-dev --no-scripts -o
|
||||||
|
|
||||||
- name: Build tailwind
|
- name: Build tailwind
|
||||||
run: php bin/console tailwind:build
|
run: APP_ENV=build php bin/console tailwind:build
|
||||||
|
|
||||||
- name: Compile assets
|
- name: Compile assets
|
||||||
run: php bin/console asset-map:compile
|
run: APP_ENV=build php bin/console asset-map:compile
|
||||||
|
|
||||||
Reference in New Issue
Block a user