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 9a423fb commit 6d60e42
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 @@ -55,7 +55,8 @@ jobs:
s/^# pl_PL/pl_PL/g; \
s/^# ru_RU/ru_RU/g;" /etc/locale.gen \
&& sudo locale-gen \
&& sudo update-locale
&& sudo update-locale \
&& sudo dpkg-reconfigure locales
- name: Validate Composer (composer.json and composer.lock)
uses: php-actions/composer@v6
with:
Expand Down

0 comments on commit 6d60e42

Please sign in to comment.