Update .gitea/workflows/test.yml
Run CI Tests / test (push) Successful in 36s

This commit is contained in:
2025-07-22 16:34:59 +02:00
parent 6be700c3bc
commit ff1304b0df
+2 -8
View File
@@ -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