Skip to content

Commit

Permalink
Ignore strict types sniff
Browse files Browse the repository at this point in the history
  • Loading branch information
paul121 committed Jan 8, 2025
1 parent 5ed6c4e commit 8ec84bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
docker compose exec -u www-data -T www composer update
docker compose exec -u www-data -T www composer require ${PACKAGE_NAME}:*
- name: Run PHP CodeSniffer
run: docker compose exec -u www-data -T www phpcs /opt/drupal/web/modules/${MODULE_NAME} --exclude=DrupalPractice.InfoFiles.NamespacedDependency
run: docker compose exec -u www-data -T www phpcs /opt/drupal/web/modules/${MODULE_NAME} --exclude=DrupalPractice.InfoFiles.NamespacedDependency,SlevomatCodingStandard.TypeHints.DeclareStrictTypes
- name: Run PHPUnit tests
run: docker compose exec -u www-data -T www phpunit --verbose --debug /opt/drupal/web/modules/${MODULE_NAME}
- name: Test installing farmOS and the module
Expand Down

0 comments on commit 8ec84bb

Please sign in to comment.