Skip to content

Commit

Permalink
fix composer install [ci] [test-depploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
nextgenthemes committed Feb 23, 2024
1 parent f083c6c commit 403f8f2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,8 @@ jobs:
working-directory: symbiosistheme.com/web/app/plugins/advanced-responsive-video-embedder
run: >
composer config repositories.nextgenthemes/wp-shared
--json '{"type": "path", "url": "./packages/nextengthemes/wp-shared", "options": {"symlink": false}}'
rm composer.lock
composer install --optimize-autoloader --no-dev
--json '{"type": "path", "url": "./packages/nextgenthemes/wp-shared", "options": {"symlink": false}}' &&
composer update --optimize-autoloader --no-dev
- name: Start mysql service
run: sudo /etc/init.d/mysql start
Expand Down Expand Up @@ -133,9 +132,8 @@ jobs:
working-directory: advanced-responsive-video-embedder
run: >
composer config repositories.nextgenthemes/wp-shared
--json '{"type": "path", "url": "./packages/nextengthemes/wp-shared", "options": {"symlink": false}}'
rm composer.lock
composer install --optimize-autoloader --no-dev
--json '{"type": "path", "url": "./packages/nextgenthemes/wp-shared", "options": {"symlink": false}}' &&
composer update --optimize-autoloader --no-dev
- name: Deploy
uses: nextgenthemes/action-wordpress-plugin-deploy@master
Expand Down

0 comments on commit 403f8f2

Please sign in to comment.