Skip to content

Commit 574ce90

Browse files
committed
test 2
Signed-off-by: pco <pasquale.convertini@ibm.com>
1 parent 46f2c1b commit 574ce90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
env:
2323
DOTFILES_REPO_DIR: ${{ github.workspace }}
2424
run: |
25+
echo $SHELL
2526
echo "BEFORE"
2627
ls -la ~
2728
./install.sh --deps --force
@@ -30,7 +31,7 @@ jobs:
3031
source ~/.profile
3132
dot-install
3233
echo "AFTER 2"
33-
ls -la ~
34+
ll
3435
3536
# Check dotfiles are installed
3637
- name: Check that the dotfiles have been correctly installed

0 commit comments

Comments
 (0)