We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb6b32 commit e08689dCopy full SHA for e08689d
.github/workflows/integration-tests.yml
@@ -126,6 +126,14 @@ jobs:
126
rm -Rf $(stack path --stack-root)/hooks
127
fi
128
129
+ # Temporary attempt to understand better the build environment. Hopes
130
+ # that `stack exec` is one of the subcommands that automatically
131
+ # launches in a Docker container.
132
+ if [[ "${{ matrix.release-args }}" == "--alpine" ]]
133
+ then
134
+ stack --docker exec -- apk list -I
135
+ fi
136
+
137
# Do this in the same step as installing deps to get relevant env var modifications
138
stack etc/scripts/release.hs check ${{ matrix.release-args }}
139
0 commit comments