We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef2fed commit f3d0793Copy full SHA for f3d0793
1 file changed
.github/workflows/ci.yml
@@ -28,8 +28,6 @@ jobs:
28
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
29
- name: Install dependencies
30
run: composer install -o
31
- - name: Phpstan analysis
32
- run: make stan
33
- name: Run tests
34
run: make test
35
- name: Coverage
0 commit comments