From 5ca263bd7beeb101cda3abfe1a4349e307de891f Mon Sep 17 00:00:00 2001 From: Leon Morival Date: Sun, 17 May 2026 15:39:45 +0200 Subject: [PATCH] feat: setup tests --- .gitea/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index e5f444d..552f476 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -24,12 +24,11 @@ jobs: - name: Setup PHP container tests run: | docker run --rm \ - -v $PWD:/app \ + -v ${{ github.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 # =========================