Skip to content

Commit caf8031

Browse files
committed
add checks
Signed-off-by: pco <pasquale.convertini@ibm.com>
1 parent 8973dd9 commit caf8031

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,14 @@ jobs:
2222
env:
2323
DOTFILES_REPO_DIR: ${{ github.workspace }}
2424
run: |
25+
echo "BEFORE"
26+
ls -la ~
2527
./install.sh --deps --force
28+
echo "AFTER 1"
29+
ls -la ~
2630
dot-install
31+
echo "AFTER 2"
32+
ls -la ~
2733
2834
# Check dotfiles are installed
2935
- name: Check that the dotfiles have been correctly installed

0 commit comments

Comments
 (0)