feat(devops): tried to fix ci
This commit is contained in:
parent
d0e787e2c7
commit
ac2e3669ca
4 changed files with 48 additions and 15 deletions
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue