diff --git a/.github/workflows/health-check.yml b/.github/workflows/health-check.yml index 1812946..d34f6c4 100644 --- a/.github/workflows/health-check.yml +++ b/.github/workflows/health-check.yml @@ -63,7 +63,17 @@ jobs: env: CI: true + - name: Show the Home directory + run: | + cd ~ + ls -la + - name: Run uninstall script run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/YasminTeles/dotfiles/main/uninstall.sh)" env: CI: true + + - name: Show the Home directory + run: | + cd ~ + ls -la