debug: Sherlock to the rescue
This commit is contained in:
@@ -24,6 +24,12 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: 🕵️ Sherlock Holmes Debug
|
||||||
|
run: |
|
||||||
|
echo "📍 JE SUIS ICI : $(pwd)"
|
||||||
|
echo "📂 VOICI LE CONTENU DU DOSSIER :"
|
||||||
|
ls -R
|
||||||
|
|
||||||
- name: Build and run tests
|
- name: Build and run tests
|
||||||
run: make _ci-run-tests
|
run: make _ci-run-tests
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user