Fixes
This commit is contained in:
parent
fc6394761e
commit
f2c1e141e2
@ -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: Clean Up
|
- name: Clean Up
|
||||||
run: |
|
run: |
|
||||||
docker container stop $(docker container ls -aq) && docker system prune -af --volumes
|
docker container stop 1 $(docker container ls -aq) && docker system prune -af --volumes
|
||||||
- name: Init
|
- name: Init
|
||||||
run: |
|
run: |
|
||||||
make make-init ENVS="ENV=ci TAG=latest"
|
make make-init ENVS="ENV=ci TAG=latest"
|
||||||
@ -52,7 +52,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: Clean Up
|
- name: Clean Up
|
||||||
run: |
|
run: |
|
||||||
docker container stop $(docker container ls -aq) && docker system prune -af --volumes
|
docker container stop 1 $(docker container ls -aq) && docker system prune -af --volumes
|
||||||
- name: Init
|
- name: Init
|
||||||
run: |
|
run: |
|
||||||
make make-init ENVS="ENV=ci TAG=latest"
|
make make-init ENVS="ENV=ci TAG=latest"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user