diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d269be1..f2bd30c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,10 +40,11 @@ jobs: magento_version: 2.4.6 no_push: 1 ## add this arg to not push to the repo ideal for quick test on specific version - ### Download the third party code in custom dir### + ### Download our code in custom dir### - uses: actions/checkout@v3 with: path: Sequra_Core + - uses: "shivammathur/setup-php@v2" - name: 'Install composer in module dir' working-directory: Sequra_Core run: |