mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
chore: merge test/add-phpunit
This commit is contained in:
5
.github/workflows/symfony.yml
vendored
5
.github/workflows/symfony.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
||||
${{ runner.os }}-node-
|
||||
|
||||
- name: Install frontend dependencies
|
||||
run: yarn install
|
||||
run: npm install --global yarn && yarn install
|
||||
|
||||
- name: Run PHP-CS-Fixer
|
||||
run: vendor/bin/php-cs-fixer fix --dry-run --diff
|
||||
@@ -50,5 +50,8 @@ jobs:
|
||||
- name: Run PHPStan
|
||||
run: vendor/bin/phpstan analyse
|
||||
|
||||
- name: Run PHPUnit
|
||||
run: vendor/bin/phpunit
|
||||
|
||||
- name: Run ESLint
|
||||
run: yarn run eslint
|
||||
Reference in New Issue
Block a user