Skip to content

Commit 9e7df84

Browse files
committed
Install Locales to Avoid Skipping Some Tests
1 parent 3df80f9 commit 9e7df84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Checkout
2727
uses: actions/checkout@v4
2828

29+
- name: Install locales
30+
run: sudo apt-get install -y language-pack-fr language-pack-de
31+
2932
- name: Setup PHP, with composer and extensions
3033
uses: shivammathur/setup-php@v2
3134
with:

0 commit comments

Comments
 (0)