Skip to content

Commit

Permalink
feat: CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chaz6chez committed Sep 28, 2024
1 parent dd0724c commit 32ed148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
php-version: ${{ matrix.php }}
tools: phpunit:9, composer:v2
coverage: none
- run: composer install --no-dev
- run: vendor/bin/phpunit
- run: composer update --no-dev
- run: phpunit

0 comments on commit 32ed148

Please sign in to comment.