feat(devops): tried to fix ci

This commit is contained in:
Maieul BOYER 2026-01-14 14:10:39 +01:00 committed by Maix0
parent d0e787e2c7
commit ac2e3669ca
4 changed files with 48 additions and 15 deletions

View file

@ -14,5 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Generate valid .enva
run: make generateEnv
- name: Build the Docker image
run: make all
run: make all CI=y