Skip to content

Commit b5ce1e8

Browse files
Skip GitHub in this test because it doesn't have to do with GitHub in
the first place
1 parent b1d7f1a commit b5ce1e8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

features/scaffold-package.feature

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,16 +147,15 @@ Feature: Scaffold WP-CLI commands
147147
s
148148
s
149149
s
150-
s
151150
"""
152151

153-
When I run `wp scaffold package wp-cli/same-package --skip-tests`
152+
When I run `wp scaffold package wp-cli/same-package --skip-tests --skip-github`
154153
Then STDOUT should contain:
155154
"""
156155
Success: Created package files
157156
"""
158157

159-
When I run `wp scaffold package wp-cli/same-package --skip-tests < session`
158+
When I run `wp scaffold package wp-cli/same-package --skip-tests --skip-github < session`
160159
And STDERR should contain:
161160
"""
162161
Warning: File already exists

0 commit comments

Comments
 (0)