Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 6994f2c

Browse files
committed
Merge pull request #102 from grasmash/avoid-lightning-ajax-tests
Excluding Lightning AJAX Behat tests.
2 parents ed04003 + 56e195c commit 6994f2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/build/core/phing/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ behat:
1212
# - ${docroot}/modules
1313
- ${docroot}/profiles
1414
- ${repo.root}/tests/behat
15-
tags: ''
15+
tags: '~ajax'
1616

1717
composer:
1818
bin: ${repo.root}/vendor/bin
@@ -32,7 +32,7 @@ drupal:
3232

3333
drush:
3434
bin: ${composer.bin}/drush
35-
cmd: ${drush.bin} @${drush.aliases.local} -r ${docroot} -l ${multisite.name}
35+
cmd: ${drush.bin} @${drush.alias} -r ${docroot} -l ${multisite.name}
3636
root: ${docroot}
3737

3838
multisite:

0 commit comments

Comments
 (0)