Skip to content

Commit

Permalink
WIP Run Locale-based Tests
Browse files Browse the repository at this point in the history
They are currently skipped. See if this works.
  • Loading branch information
oleibman committed Dec 23, 2024
1 parent eccbcce commit 6d6d819
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6d6d819

Please sign in to comment.