Skip to content

Commit

Permalink
Install composer dependencies
Browse files Browse the repository at this point in the history
freibergergarcia committed Feb 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent f717bd2 commit b82d28b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run-phpunit.yml
Original file line number Diff line number Diff line change
@@ -22,8 +22,10 @@ jobs:
with:
node-version-file: '.nvmrc'

- name: Install NPM Dependencies
run: npm install
- name: Install NPM && Composer Dependencies
run:
npm install
composer install

- name: Start WordPress Environment
run: npm run start-env

0 comments on commit b82d28b

Please sign in to comment.