From 6b35056d2cb1d1bb25a72ffca2674804fc179f0d Mon Sep 17 00:00:00 2001 From: Leon Morival Date: Sun, 17 May 2026 15:41:59 +0200 Subject: [PATCH] feat: setup tests --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 # =========================