This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user