Skip to content

Commit

Permalink
Separate validation and PHPUnit tests in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
meritoo committed Oct 25, 2024
1 parent 82e3587 commit 9a423fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/verify-stability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
s/^# it_IT/it_IT/g; \
s/^# pl_PL/pl_PL/g; \
s/^# ru_RU/ru_RU/g;" /etc/locale.gen \
&& sudo locale-gen
&& sudo locale-gen \
&& sudo update-locale
- name: Validate Composer (composer.json and composer.lock)
uses: php-actions/composer@v6
with:
Expand Down

0 comments on commit 9a423fb

Please sign in to comment.