Skip to content

Commit

Permalink
Print encoding variables on Ubuntu in GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
xwmx committed Jul 13, 2024
1 parent dd8dd90 commit 47834c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,11 @@ jobs:
sudo ./install.sh /usr/local
- name: "Set $TERM=xterm"
run: printf "TERM=xterm\\n" >> $GITHUB_ENV
- name: "Print encoding variables"
run: |
echo "'$LANG'"
echo "'$LC_ALL'"
echo "'$LC_TYPE'"
- name: "Run bats tests"
run: script -q -e -c "bats test"
# - name: "Install Go"
Expand Down

0 comments on commit 47834c0

Please sign in to comment.