Fixes
This commit is contained in:
parent
affe264b30
commit
17c28cae32
@ -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: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user