Merge branch 'main' of https://code.caldwell.digital/home/torsearch
Some checks failed
CI / build-test (push) Failing after 1m38s

This commit is contained in:
Brock H Caldwell
2026-03-08 20:25:14 -05:00

View File

@@ -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