Skip to content

Commit

Permalink
add exec
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish committed Aug 8, 2024
1 parent 5d925f5 commit c43d488
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/TestMetapackages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ jobs:
run: |
ddev exec corepack disable
ddev exec npm i -g [email protected]
ddev yarn init -y
ddev yarn add file:./drainpipe/metapackages/sass --dev
ddev exec yarn init -y
ddev exec yarn add file:./drainpipe/metapackages/sass --dev
- name: Compile Sass
run: ddev task sass
Expand Down Expand Up @@ -274,9 +274,9 @@ jobs:
run: |
ddev exec corepack disable
ddev exec npm i -g [email protected]
ddev yarn init -y
ddev yarn add focus-trap@^6.7.3
ddev yarn add file:./drainpipe/metapackages/javascript --dev
ddev exec yarn init -y
ddev exec yarn add focus-trap@^6.7.3
ddev exec yarn add file:./drainpipe/metapackages/javascript --dev
- name: Compile JavaScript
run: ddev task javascript
Expand Down

0 comments on commit c43d488

Please sign in to comment.