Skip to content

Commit

Permalink
fix: remove localeurls dependency and test case
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Feb 25, 2025
2 parents bf3c801 + a1703d0 commit 3bba227
Show file tree
Hide file tree
Showing 8 changed files with 2,106 additions and 143 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ jobs:

- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-interaction --no-suggest
- name: Run PHPStan
run: php vendor/bin/phpstan
- name: Run ECS
run: php vendor/bin/ecs

- name: Run test suite
run: |
php vendor/bin/codecept build
php vendor/bin/codecept run
- name: Run PHPStan
run: php vendor/bin/phpstan
Loading

0 comments on commit 3bba227

Please sign in to comment.