Skip to content

Commit

Permalink
Run composer install in the checked out code
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k3lm committed Dec 28, 2023
1 parent 347628b commit 73f306a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ jobs:
- uses: actions/checkout@v3
with:
path: Sequra_Core

- uses: "ramsey/composer-install@v2"
env:
COMPOSER_AUTH: ${{secrets.COMPOSER_AUTH}}
with:
#composer-options: "--ignore-platform-reqs --optimize-autoloader"
working-directory: "Sequra_Core"

- name: 'install fresh magento repo'
uses: MAD-I-T/magento-actions@v3.20
Expand Down

0 comments on commit 73f306a

Please sign in to comment.