From b9705a0759b0358943fcff25fa0c6dc89b1a7f36 Mon Sep 17 00:00:00 2001 From: markhuot Date: Mon, 30 Sep 2024 18:56:53 +0000 Subject: [PATCH] GitHub action updating docs --- docs/cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cli.md b/docs/cli.md index e3af171..05da6c9 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -1,7 +1,7 @@ # CLI Commands -## actionIndex() -Run the Pest tests with `php craft pest`. This is a convienence function that internally calls the +## actionTest() +Run the Pest tests with `php craft pest/test`. This is a convenience function that internally calls the `pest/init` method and then `./vendor/bin/pest` executable. You may pass any pest options to this command by separating them with a `--`. For example, to filter