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."
|
||||
- name: Clean Up
|
||||
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
|
||||
run: |
|
||||
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."
|
||||
- name: Clean Up
|
||||
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
|
||||
run: |
|
||||
make make-init ENVS="ENV=ci TAG=latest"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user