mirror of
https://ghproxy.net/https://github.com/wp-cli/scaffold-package-command.git
synced 2025-10-04 04:02:29 +08:00
Skip GitHub in this test because it doesn't have to do with GitHub in
the first place
This commit is contained in:
parent
fb18aa67c9
commit
3efd452b67
1 changed files with 2 additions and 3 deletions
|
@ -147,16 +147,15 @@ Feature: Scaffold WP-CLI commands
|
|||
s
|
||||
s
|
||||
s
|
||||
s
|
||||
"""
|
||||
|
||||
When I run `wp scaffold package wp-cli/same-package --skip-tests`
|
||||
When I run `wp scaffold package wp-cli/same-package --skip-tests --skip-github`
|
||||
Then STDOUT should contain:
|
||||
"""
|
||||
Success: Created package files
|
||||
"""
|
||||
|
||||
When I run `wp scaffold package wp-cli/same-package --skip-tests < session`
|
||||
When I run `wp scaffold package wp-cli/same-package --skip-tests --skip-github < session`
|
||||
And STDERR should contain:
|
||||
"""
|
||||
Warning: File already exists
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue