From 9ff926d84ea1656c5100fe442268d6e3545ba3c5 Mon Sep 17 00:00:00 2001 From: Kourosh Torabijafroudi Date: Mon, 10 Aug 2026 01:12:46 +0200 Subject: [PATCH] test 10 --- .gitea/workflows/deploy.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index d74f027..c0f5fb0 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -8,12 +8,13 @@ on: jobs: test-job: runs-on: ubuntu-latest + container: + image: catthehacker/ubuntu:act-latest + options: --add-host=gitea:130.61.139.162 steps: - name: Check out repository code uses: actions/checkout@v4 - with: - server-url: 'http://130.61.139.162:3000' - name: Run a simple test run: | - echo "CI/CD is working perfectly!" \ No newline at end of file + echo "CI/CD is working perfectly on Gitea!" \ No newline at end of file