Skip to content

Commit 22c65de

Browse files
committed
Install Language Packs to Avoid Skipping Some Tests
1 parent 7019886 commit 22c65de

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
@@ -25,6 +25,9 @@ jobs:
2525
- name: Checkout
2626
uses: actions/checkout@v4
2727

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

0 commit comments

Comments
 (0)