Skip to content

Commit 9e8fa51

Browse files
committed
try bash interactive mode
Signed-off-by: pco <pasquale.convertini@ibm.com>
1 parent e3ae021 commit 9e8fa51

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,9 @@ jobs:
1919

2020
# Install dotfiles
2121
- name: Install dotfiles
22+
shell: bash -ieo pipefail {0}
2223
env:
2324
DOTFILES_REPO_DIR: ${{ github.workspace }}
2425
run: |
25-
echo $SHELL
26-
echo "BEFORE"
27-
ls -la ~
2826
./install.sh --deps --force
29-
echo "AFTER 1"
30-
ls -la ~
31-
source ~/.profile
32-
ll
33-
dot-install
34-
echo "AFTER 2"
35-
ll
36-
37-
# Check dotfiles are installed
38-
- name: Check that the dotfiles have been correctly installed
39-
run: |
40-
ls -la ~
41-
dot-install
4227
ll ~

0 commit comments

Comments
 (0)