Skip to content

Commit 2646bfb

Browse files
committed
need locale stuff for ci
1 parent d856a85 commit 2646bfb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test.bats

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
setup() {
55
export SLS_DEBUG=t
6+
if [ -z "$CI" ]; then
7+
export LC_ALL=C.UTF-8
8+
export LANG=C.UTF-8
9+
fi
610

711
cd test
812

0 commit comments

Comments
 (0)