From 79b576ab567c05cfe263a4b45287c0fc71d56b53 Mon Sep 17 00:00:00 2001 From: victor Date: Fri, 1 Aug 2025 08:29:08 +0000 Subject: [PATCH] Actualizar .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 281b0ee..6606580 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,4 +11,4 @@ jobs: steps: - uses: actions/checkout@v3 - name: Run tests - run: echo "Running tests..." \ No newline at end of file + run: echo "Running tests... and its works!!" \ No newline at end of file