feat: setup tests
Laravel CI-CD / Tests Unitaires (push) Failing after 3s 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:41:27 +02:00
parent 5ca263bd7b
commit 505a9167e4
1 changed files with 2 additions and 3 deletions

View File

@ -21,11 +21,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP container tests
- name: Run tests
run: |
docker run --rm \
-v ${{ github.workspace }}:/app \
-w /app \
-w /workspace \
laravelsail/php84-composer:latest \
bash -c "composer install --no-interaction --ignore-platform-req=ext-intl && php artisan test"