debug: No sleep till building
CI/CD Awesome Pipeline / Test (push) Failing after 23s
CI/CD Awesome Pipeline / Build & Push to Registry (push) Has been skipped

This commit is contained in:
2025-12-21 10:31:48 +01:00
parent 9252219799
commit fd6e522fe3
2 changed files with 1 additions and 10 deletions
-10
View File
@@ -17,19 +17,9 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- name: 🚑 Fix DNS for Gitea (Hairpin NAT Patch)
run: |
echo "192.168.178.47 gitea.iswearihadsomethingforthis.net" | sudo tee -a /etc/hosts
- name: Checkout code
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
run: make _ci-run-tests