Add building web assets to CI/CD
Some checks failed
Create Docker Image / Test Application (x86_64) (push) Failing after 5s
Create Docker Image / Build Docker Image (arm64) (push) Has been skipped
Create Docker Image / Build Docker Image (x86_64) (push) Has been skipped
Create Docker Image / Final Docker Image Manifest (push) Has been skipped
Some checks failed
Create Docker Image / Test Application (x86_64) (push) Failing after 5s
Create Docker Image / Build Docker Image (arm64) (push) Has been skipped
Create Docker Image / Build Docker Image (x86_64) (push) Has been skipped
Create Docker Image / Final Docker Image Manifest (push) Has been skipped
This commit is contained in:
parent
00fd177f79
commit
953772b0a0
@ -37,7 +37,7 @@ jobs:
|
|||||||
set -x
|
set -x
|
||||||
mv .env.testing .env
|
mv .env.testing .env
|
||||||
# Install Composer and project dependencies.
|
# Install Composer and project dependencies.
|
||||||
mkdir -p ${COMPOSER_HOME}
|
#mkdir -p ${COMPOSER_HOME}
|
||||||
if [ -n "${{ secrets.COMPOSER_GITHUB_TOKEN }}" ]; then composer config github-oauth.github.com ${{ secrets.COMPOSER_GITHUB_TOKEN }}; fi
|
if [ -n "${{ secrets.COMPOSER_GITHUB_TOKEN }}" ]; then composer config github-oauth.github.com ${{ secrets.COMPOSER_GITHUB_TOKEN }}; fi
|
||||||
composer install
|
composer install
|
||||||
# Generate an application key. Re-cache.
|
# Generate an application key. Re-cache.
|
||||||
|
Loading…
Reference in New Issue
Block a user