1.3.0: ci: add container gestion #1
Some checks failed
Test Pipeline / ci-test (pull_request) Failing after 59s
Test Pipeline / lint (pull_request) Failing after 1m41s

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2025-09-25 23:24:14 +02:00
commit feb4e93f03
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632

View file

@ -22,6 +22,8 @@ jobs:
version: v2.1
ci-test:
runs-on: raw
container:
options: --privileged -v /var/run/docker.sock:/var/run/docker.sock
steps:
- name: Check out repository
uses: actions/checkout@v3