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 ff0dbd5 commit 0091989
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/verify-stability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,7 @@ 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 update-locale \
&& sudo dpkg-reconfigure locales \
&& sudo /usr/share/locales/install-language-pack nl_NL
&& sudo locale-gen
- name: Install Composer dependencies
uses: php-actions/composer@v6
with:
Expand Down

0 comments on commit 0091989

Please sign in to comment.