Skip to content

Commit f00127c

Browse files
committed
Fix run ci tests for null package
1 parent b2d1229 commit f00127c

File tree

1 file changed

+1
-1
lines changed
  • pkg/null/.github/workflows

1 file changed

+1
-1
lines changed

pkg/null/.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
with:
2727
composer-options: "--prefer-source"
2828

29-
- run: vendor/bin/phpunit --exlude-group=functional
29+
- run: vendor/bin/phpunit --exclude-group=functional

0 commit comments

Comments
 (0)