Skip to content

Commit

Permalink
update build;
Browse files Browse the repository at this point in the history
  • Loading branch information
withinboredom committed Oct 12, 2023
1 parent 28dc064 commit 7bae44d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ jobs:
coverage: xdebug
tools: composer
php-version: '8.2'
extensions: mbstring xdebug dom
extensions: mbstring xdebug

- name: Install Dependencies
run: composer install --optimize-autoloader
run: composer install --optimize-autoloader --no-plugins

- name: Create attributes file
run: composer dump

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

0 comments on commit 7bae44d

Please sign in to comment.