Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GytisZum committed Apr 8, 2024
1 parent 0b9cc65 commit 2c00055
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ jobs:
run: composer install --no-progress --no-suggest --prefer-dist

- name: Run PHPUnit tests
run: vendor/bin/phpunit
run: |
php vendor/phpunit/phpunit/phpunit --no-configuration tests
2 changes: 0 additions & 2 deletions tests/bootstrap.php

This file was deleted.

0 comments on commit 2c00055

Please sign in to comment.