We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027044f commit ec3b0c0Copy full SHA for ec3b0c0
1 file changed
.github/workflows/unit-tests.yaml
@@ -22,10 +22,13 @@ jobs:
22
coverage: xdebug
23
tools: composer
24
php-version: '8.2'
25
- extensions: mbstring xdebug dom
+ extensions: mbstring xdebug
26
27
- name: Install Dependencies
28
- run: composer install --optimize-autoloader
+ run: composer install --optimize-autoloader --no-plugins
29
+
30
+ - name: Create attributes file
31
+ run: composer dump
32
33
- name: Run Unit Tests
34
run: vendor/bin/pest --coverage-clover coverage.xml --ci
0 commit comments