From 505a9167e4d6922618b5fffb18d09449e5426701 Mon Sep 17 00:00:00 2001 From: Leon Morival Date: Sun, 17 May 2026 15:41:27 +0200 Subject: [PATCH] feat: setup tests --- .gitea/workflows/deploy.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 552f476..f3960f4 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -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"