We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81bbf15 commit cbee666Copy full SHA for cbee666
chain/chain-site-test.yml
@@ -11,11 +11,11 @@ commands:
11
- command: site:behat:setup
12
arguments:
13
name: '%{{name}}'
14
-# Run phpunit
+# Run Behat
15
- command: exec
16
17
- bin: 'cd %{{root|\/vagrant\/repos}}/%{{name}}; ./behat;'
18
-# Run Behat
+ bin: 'cd %{{root|\/vagrant\/repos}}/%{{name}}/tests; ./behat;'
+# Run phpunit
19
20
21
- bin: 'cd %{{root|\/vagrant\/repos}}/%{{name}}/tests; phpunit;'
+ bin: 'cd %{{root|\/vagrant\/repos}}/%{{name}}; phpunit;'
0 commit comments