fix(ci): passage du runner en mode host
Test Runner VPS / health-check (push) Successful in 0s Details

This commit is contained in:
Marc Lasserre 2026-08-06 09:35:34 +02:00
parent 28f0d18234
commit c2e51ac70d
Signed by: M7s
GPG Key ID: F74837410959661B
1 changed files with 1 additions and 4 deletions

View File

@ -4,11 +4,8 @@ on: [push]
jobs: jobs:
health-check: health-check:
runs-on: ubuntu-latest runs-on: host
steps: steps:
- name: Check Out Code
uses: actions/checkout@v3
- name: System Check - name: System Check
run: | run: |
echo "Pipeline CI/CD opérationnel sur le VPS RYM !" echo "Pipeline CI/CD opérationnel sur le VPS RYM !"