mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-21 06:39:02 +08:00
8 lines
145 B
Bash
Executable file
8 lines
145 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
BEHAT_TAGS=$(php utils/behat-tags.php)
|
|
|
|
# Run the functional tests
|
|
vendor/bin/behat --format progress $BEHAT_TAGS --strict
|