Skip to content

Commit

Permalink
modify: Fix locale problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhsu committed May 21, 2024
1 parent da2bb28 commit 02bd4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unitTest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
apt-get -y install xorg-dev libglu1-mesa libgl1-mesa-dev xvfb libxinerama1 libxcursor1 libswt-gtk-4-java libswt-gtk-4-jni libxml2-utils bc
- name: Unit test
run: |
xvfb-run --auto-servernum sbt coverage test coverageAggregate
LANG=C.utf-8 xvfb-run --auto-servernum sbt coverage test coverageAggregate
- name: Archive Test Results
if: always()
Expand Down

0 comments on commit 02bd4cc

Please sign in to comment.