diff --git a/.gitea/workflows/sonarqube_scans.yml b/.gitea/workflows/sonarqube_scans.yml index ae4020d..1961261 100644 --- a/.gitea/workflows/sonarqube_scans.yml +++ b/.gitea/workflows/sonarqube_scans.yml @@ -13,7 +13,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.4' # Specify your required PHP version + php-version: '8.4' - name: Install phing run: composer global require phing/phing @@ -22,8 +22,8 @@ jobs: run: composer install --no-dev --no-scripts -o - name: Build tailwind - run: php bin/console tailwind:build + run: APP_ENV=build php bin/console tailwind:build - name: Compile assets - run: php bin/console asset-map:compile + run: APP_ENV=build php bin/console asset-map:compile \ No newline at end of file