Skip to content

Commit

Permalink
Install Locales to Avoid Skipping Some Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oleibman committed Dec 23, 2024
1 parent 3df80f9 commit 9e7df84
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 @@ -26,6 +26,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install locales
run: sudo apt-get install -y language-pack-fr language-pack-de

- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 9e7df84

Please sign in to comment.