Skip to content

Commit 1a86be3

Browse files
committed
Testing commands.
1 parent 45b9f7b commit 1a86be3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ git clone https://git.drupalcode.org/project/drupal.git drupal
77
cd drupal
88
ddev config --project-type=drupal10
99
ddev start
10-
ddev corepack enable
10+
ddev exec corepack enable
1111
ddev get justafish/ddev-drupal-core-dev
1212
ddev restart
1313
ddev composer install

install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ post_install_actions:
2727
- mkdir -p ../test_output
2828
- chmod +w ../test_output
2929
- ddev exec corepack enable
30-
- cd ../core && ddev yarn
30+
- cd ../core && ddev exec yarn set version stable
3131

3232
removal_actions:
3333
- rm core/phpunit.xml

0 commit comments

Comments
 (0)