Skip to content

Commit ec3b0c0

Browse files
committed
update build;
1 parent 027044f commit ec3b0c0

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/unit-tests.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,13 @@ jobs:
2222
coverage: xdebug
2323
tools: composer
2424
php-version: '8.2'
25-
extensions: mbstring xdebug dom
25+
extensions: mbstring xdebug
2626

2727
- name: Install Dependencies
28-
run: composer install --optimize-autoloader
28+
run: composer install --optimize-autoloader --no-plugins
29+
30+
- name: Create attributes file
31+
run: composer dump
2932

3033
- name: Run Unit Tests
3134
run: vendor/bin/pest --coverage-clover coverage.xml --ci

0 commit comments

Comments
 (0)