From ff1304b0dff90d65f54c40e0bf032858d79e3fda Mon Sep 17 00:00:00 2001 From: tligui_y Date: Tue, 22 Jul 2025 16:34:59 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 02c7e51ef..7ed673bea 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -14,16 +14,10 @@ jobs: with: repository: tligui_y/test-ci ref: main - path: slic/test-ci - - - name: List files in test-ci - shell: bash - run: | - echo "📂 Files in test-ci:" - ls -l "$GITHUB_WORKSPACE/test-ci" || echo "Le dossier test-ci n'existe pas" + path: test-ci - name: Run reusable pytest-ci action - uses: ./slic/test-ci + uses: ./test-ci with: absolute_workspace_path: ${{ github.workspace }} # to not change ci-branch: test_actions_on_utils