We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d856a85 commit 2646bfbCopy full SHA for 2646bfb
test.bats
@@ -3,6 +3,10 @@
3
4
setup() {
5
export SLS_DEBUG=t
6
+ if [ -z "$CI" ]; then
7
+ export LC_ALL=C.UTF-8
8
+ export LANG=C.UTF-8
9
+ fi
10
11
cd test
12
0 commit comments