We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f82a16 commit a2690c4Copy full SHA for a2690c4
1 file changed
.github/workflows/ci.yml
@@ -103,7 +103,7 @@ jobs:
103
104
- name: Run git config test in container
105
run: |
106
- docker exec ${{ steps.container.outputs.container_name }} bash -ec "
+ docker exec ${{ steps.container.outputs.container_name }} bash -ic "
107
echo 'Load the Nix environment'
108
source /root/.nix-profile/etc/profile.d/nix.sh
109
echo 'Git test'
@@ -112,7 +112,7 @@ jobs:
112
113
- name: Run env test in container
114
115
116
117
118
echo 'Env test'
0 commit comments