Skip to content

Commit

Permalink
Fixes #4626 fix trailing && in build config. (#4628)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemadison13 authored Nov 7, 2022
1 parent b178564 commit 6424cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ behat:
# - ${docroot}/modules
# - ${docroot}/profiles
- ${repo.root}/tests/behat
tags: '~ajax&&~experimental&&'
tags: '~ajax&&~experimental'
extra: ''
validate: true
# May be chrome, selenium.
Expand Down

0 comments on commit 6424cde

Please sign in to comment.