Шла 10000 попытка
Some checks failed
Gitea Actions / Explore-Gitea-Actions (push) Failing after 40s

This commit is contained in:
p.belezov 2024-03-12 16:55:11 +08:00
parent 413fb0571f
commit 3c08e0ea8a

View File

@ -18,7 +18,7 @@ jobs:
- run: npm i
- run: echo "NPM dependencies updated"
- run: echo "Updating composer dependencies..."
- run: composer install --ignore-platform-reqs
- run: export COMPOSER_ALLOW_SUPERUSER=1; composer show; composer install;
- run: echo "Composer dependencies updated"
- run: echo "Building frontend..."
- run: npm run build