feat: setup tests
Laravel CI-CD / Tests Unitaires (push) Failing after 4s Details
Laravel CI-CD / Build & Push Docker (push) Has been skipped Details
Laravel CI-CD / Deploy via Portainer (push) Has been skipped Details

This commit is contained in:
Leon Morival 2026-05-17 15:39:45 +02:00
parent b9f645246c
commit 5ca263bd7b
1 changed files with 1 additions and 2 deletions

View File

@ -24,12 +24,11 @@ jobs:
- name: Setup PHP container tests - name: Setup PHP container tests
run: | run: |
docker run --rm \ docker run --rm \
-v $PWD:/app \ -v ${{ github.workspace }}:/app \
-w /app \ -w /app \
laravelsail/php84-composer:latest \ laravelsail/php84-composer:latest \
bash -c "composer install --no-interaction --ignore-platform-req=ext-intl && php artisan test" bash -c "composer install --no-interaction --ignore-platform-req=ext-intl && php artisan test"
# ========================= # =========================
# BUILD & PUSH IMAGE # BUILD & PUSH IMAGE
# ========================= # =========================