Skip to content

Commit

Permalink
[wpmlbridge-296] Enable automatic PHPStan analysis.
Browse files Browse the repository at this point in the history
  • Loading branch information
decodekult committed Apr 1, 2024
1 parent 6c63547 commit 59a214d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: OTGS PHP UNIT
run-name: PHP Unit at ${{ github.ref_name }}
name: OTGS PHP TEST
run-name: PHP TEST at ${{ github.ref_name }}

on: [push, pull_request]

Expand All @@ -20,5 +20,8 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest

- name: Run test suite
- name: Run unit test suite
run: ./vendor/bin/phpunit

- name: Run static test suite
run: ./vendor/bin/phpstan

0 comments on commit 59a214d

Please sign in to comment.