Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
smnandre committed May 14, 2024
1 parent d4a9a9a commit 61d5a3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@ jobs:
- name: "Composer: install"
run: composer install --prefer-dist --no-progress --no-suggest
- name: "PHPUnit: version"
run: ./vendor/bin/phpunit --version
run: vendor/bin/phpunit --version
- name: "PHPUnit: tests"
run: ./vendor/bin/phpunit
run: vendor/bin/phpunit

0 comments on commit 61d5a3c

Please sign in to comment.