mirror of
https://fast.feibisi.com/https://github.com/lubusIN/visual-blueprint-builder.git
synced 2025-10-03 04:01:24 +08:00
fix (workflow): add Composer dependency installation step in sync-playground workflow
This commit is contained in:
parent
b3f8daa123
commit
a58d266a9b
1 changed files with 4 additions and 0 deletions
4
.github/workflows/sync-playground.yml
vendored
4
.github/workflows/sync-playground.yml
vendored
|
@ -47,6 +47,10 @@ jobs:
|
|||
run: |
|
||||
git checkout -b ${{ steps.set-vars.outputs.target-branch }}
|
||||
|
||||
- name: Install Composer dependencies
|
||||
run: |
|
||||
composer install --no-dev --no-interaction --prefer-dist
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue