From 6d6d81913a31053990c5d6b73252f7f4a8a90a3c Mon Sep 17 00:00:00 2001 From: oleibman <10341515+oleibman@users.noreply.github.com> Date: Sun, 22 Dec 2024 23:23:58 -0800 Subject: [PATCH] WIP Run Locale-based Tests They are currently skipped. See if this works. --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8fb4f81978..f6536b343c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,6 +25,9 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Install locales + run: sudo apt-get install -y locales + - name: Setup PHP, with composer and extensions uses: shivammathur/setup-php@v2 with: