We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ace199 commit 7c51dd1Copy full SHA for 7c51dd1
1 file changed
.github/workflows/ci.yml
@@ -99,18 +99,18 @@ jobs:
99
100
- name: Run home-manager switch
101
run: |
102
- docker run --rm ${{ steps.container.outputs.image_name }} \
+ docker run exec ${{ steps.container.outputs.container_name }} \
103
home-manager switch
104
105
- name: Run git config test in container
106
107
108
git config --global user.name | grep -q 'PedroBrantes'
109
"
110
111
- name: Run env test in container
112
113
114
printenv EDITOR | grep -q 'nvim'
115
116
0 commit comments