diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index f3960f4..e997d6d 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -24,10 +24,10 @@ jobs: - name: Run tests run: | docker run --rm \ - -w /workspace \ + -v /workspace:/app \ + -w /app \ laravelsail/php84-composer:latest \ bash -c "composer install --no-interaction --ignore-platform-req=ext-intl && php artisan test" - # ========================= # BUILD & PUSH IMAGE # =========================