Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkingshott committed Apr 27, 2020
1 parent 3e414f6 commit 1437e4e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,16 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set the locale
run: |
sudo apt-get update && sudo apt-get install tzdata locales -y && sudo locale-gen en_GB.UTF-8
sudo localectl set-locale LANG="en_GB.UTF-8"
export LANG="en_GB.UTF-8"
sudo update-locale
locale -a
locale
locale -c -k LC_NUMERIC
localectl status
- name: Run Jest
uses: stefanoeb/[email protected]

0 comments on commit 1437e4e

Please sign in to comment.