Fixes
Some checks failed
Gitea Actions Demo / Run-Tests-On-Arm64 (push) Failing after 8m53s
Gitea Actions Demo / Run-Tests-On-Amd64 (push) Failing after 15m11s

This commit is contained in:
Thomas 2025-02-27 10:30:50 +01:00
parent affe264b30
commit 17c28cae32

View File

@ -15,7 +15,7 @@ jobs:
- run: echo "🖥️ The workflow is now ready to test your code on the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: Init - name: Init
run: | run: |
make make-init ENVS="ENV=test TAG=latest" make make-init ENVS="ENV=ci TAG=latest"
make docker-compose-init make docker-compose-init
- name: Build Images - name: Build Images
run: | run: |
@ -49,7 +49,7 @@ jobs:
- run: echo "🖥️ The workflow is now ready to test your code on the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: Init - name: Init
run: | run: |
make make-init ENVS="ENV=test TAG=latest" make make-init ENVS="ENV=ci TAG=latest"
make docker-compose-init make docker-compose-init
- name: Build Images - name: Build Images
run: | run: |