From 91078900d6f3c9a2039ea4d4a7d1c87750464483 Mon Sep 17 00:00:00 2001 From: Kourosh Torabijafroudi Date: Mon, 10 Aug 2026 00:21:33 +0200 Subject: [PATCH] new test --- .gitea/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 8af6c9f..0faa38e 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -11,6 +11,8 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v4 + with: + server-url: 'http://gitea:3000' - name: Run a simple test run: |