This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1437e4e
commit cdc347d
Showing
10 changed files
with
27 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,16 +11,5 @@ 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] |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.