Skip to content

Commit 815f886

Browse files
authored
Update ci.yml
1 parent cb4cd0d commit 815f886

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CI
22
on: ['push', 'pull_request']
33
jobs:
4-
tests:
4+
ci:
55
name: Unit Tests for PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
66
runs-on: ${{ matrix.os }}
77
strategy:
@@ -31,11 +31,14 @@ jobs:
3131
- name: Install PHP 8.1 dependencies
3232
run: composer update --${{ matrix.dependency-version }} --no-interaction --no-progress
3333

34+
- name: PHP Static Analysis
35+
run: ./vendor/bin/phpstan
36+
3437
- name: Run Tests for PHP 8.1
3538
run: ./vendor/bin/pest --coverage
3639

3740
support:
38-
needs: [tests]
41+
needs: [ci]
3942
name: Discord Notification
4043
runs-on: ubuntu-latest
4144
steps:

0 commit comments

Comments
 (0)