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