This commit is contained in:
@@ -15,6 +15,12 @@ jobs:
|
||||
repository: tligui_y/test-ci
|
||||
ref: main
|
||||
path: 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"
|
||||
|
||||
- name: Run reusable pytest-ci action
|
||||
uses: ./test-ci
|
||||
|
||||
Reference in New Issue
Block a user