diff --git a/.github/workflows/merlin.yml b/.github/workflows/merlin.yml index 1f661f2db..cdf186cec 100644 --- a/.github/workflows/merlin.yml +++ b/.github/workflows/merlin.yml @@ -470,8 +470,8 @@ jobs: - name: Deploy merlin and mlp working-directory: merlin/scripts/e2e run: ./deploy-merlin.sh ${{ env.INGRESS_HOST }} ${{ env.LOCAL_REGISTRY }}:${{ env.LOCAL_REGISTRY_PORT }} ${{ needs.create-version.outputs.version }} ${{ github.ref }} ${{ env.MERLIN_CHART_VERSION }} - - name: Prune docker image to make some space - run: docker image prune --all --force + - name: Prune docker system to make some space + run: docker system prune --all --force - name: Print space consumption run: sudo df -h - name: Run E2E Test