debug: No sleep till building
Some checks failed
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

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

View File

@@ -63,6 +63,7 @@ build: check-docker
build-test: check-docker
@echo "$(T)🐳 Building test image (with dev deps)...$(R)"
cd $(CORE_DIR) && docker build \
--no-cache \
--build-arg RUNNER=$(RUNNER) \
--build-arg PYTHON_VERSION=$(PYTHON_VERSION) \
--build-arg PYTHON_VERSION_SHORT=$(PYTHON_VERSION_SHORT) \