Skip to content

Commit cbee666

Browse files
committed
case 27689; run behat exec command from test folder
1 parent 81bbf15 commit cbee666

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

chain/chain-site-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ commands:
1111
- command: site:behat:setup
1212
arguments:
1313
name: '%{{name}}'
14-
# Run phpunit
14+
# Run Behat
1515
- command: exec
1616
arguments:
17-
bin: 'cd %{{root|\/vagrant\/repos}}/%{{name}}; ./behat;'
18-
# Run Behat
17+
bin: 'cd %{{root|\/vagrant\/repos}}/%{{name}}/tests; ./behat;'
18+
# Run phpunit
1919
- command: exec
2020
arguments:
21-
bin: 'cd %{{root|\/vagrant\/repos}}/%{{name}}/tests; phpunit;'
21+
bin: 'cd %{{root|\/vagrant\/repos}}/%{{name}}; phpunit;'

0 commit comments

Comments
 (0)