Skip to content

Commit

Permalink
Adjust the ci.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed Apr 8, 2024
1 parent 883e76c commit 3faf217
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
uses: actions/checkout@v3

- name: Install the dependencies
run: composer install --no-interaction --no-suggest
run: composer install --no-interaction --no-progress

- name: Run the unit tests
run: vendor/bin/phpunit --colors=always
run: vendor/bin/phpunit

nightly:
name: PHP 8.4
Expand All @@ -52,4 +52,4 @@ jobs:
run: composer install --ignore-platform-req=php --no-interaction --no-progress

- name: Run the unit tests
run: vendor/bin/phpunit --colors=always
run: vendor/bin/phpunit

0 comments on commit 3faf217

Please sign in to comment.