Skip to content

Commit d99c138

Browse files
committed
Workflow update
- Did not have the necessary parameters for "Run tests" step, corrected.
1 parent 5ee7251 commit d99c138

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: composer install --prefer-dist --no-progress
3232

3333
- name: Run tests
34-
run: ./vendor/bin/phpunit
34+
run: ./vendor/bin/phpunit tests
3535

3636
# If you have a deployment step, you can include it here.
3737
# This could be pushing to a Docker registry, deploying to a cloud platform, etc.

0 commit comments

Comments
 (0)