Skip to content

Commit a2690c4

Browse files
committed
fix(ci): changes bash flag
1 parent 0f82a16 commit a2690c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
104104
- name: Run git config test in container
105105
run: |
106-
docker exec ${{ steps.container.outputs.container_name }} bash -ec "
106+
docker exec ${{ steps.container.outputs.container_name }} bash -ic "
107107
echo 'Load the Nix environment'
108108
source /root/.nix-profile/etc/profile.d/nix.sh
109109
echo 'Git test'
@@ -112,7 +112,7 @@ jobs:
112112
113113
- name: Run env test in container
114114
run: |
115-
docker exec ${{ steps.container.outputs.container_name }} bash -ec "
115+
docker exec ${{ steps.container.outputs.container_name }} bash -ic "
116116
echo 'Load the Nix environment'
117117
source /root/.nix-profile/etc/profile.d/nix.sh
118118
echo 'Env test'

0 commit comments

Comments
 (0)