Skip to content

Commit

Permalink
Fix tests for Yarn Berry (#276)
Browse files Browse the repository at this point in the history
* Fix tests for Yarn Berry

* Add naughty undeclared rimraf dependency
  • Loading branch information
justafish authored Oct 5, 2023
1 parent 809ba38 commit 3b71adb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/TestFunctional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ jobs:
echo ' dependencies:' >> .yarnrc.yml
echo ' ws: "*"' >> .yarnrc.yml
echo ' lodash: "*"' >> .yarnrc.yml
echo ' rimraf: "*"' >> .yarnrc.yml
ddev yarn add nightwatch nightwatch-axe-verbose @lullabot/nightwatch-drupal-commands --dev
yarn
Expand Down
1 change: 1 addition & 0 deletions tests/local-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ echo ' "nightwatch@*":' >> .yarnrc.yml
echo ' dependencies:' >> .yarnrc.yml
echo ' ws: "*"' >> .yarnrc.yml
echo ' lodash: "*"' >> .yarnrc.yml
echo ' rimraf: "*"' >> .yarnrc.yml
ddev yarn add nightwatch nightwatch-axe-verbose @lullabot/nightwatch-drupal-commands --dev
yarn

Expand Down

0 comments on commit 3b71adb

Please sign in to comment.