diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a2113b6..605fdec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,7 +47,7 @@ jobs: ### Download our code in custom dir### - uses: actions/checkout@v3 with: - path: vendor/sequra/magento2-core + path: magento/vendor/sequra/magento2-core - name: 'install fresh magento repo' uses: MAD-I-T/magento-actions@v3.25 @@ -63,7 +63,7 @@ jobs: php-version: "8.2" - name: 'Unit test' - working-directory: vendor/sequra/magento2-core + working-directory: magento/vendor/sequra/magento2-core env: COMPOSER_AUTH: ${{ steps.composer_auth.outputs.auth }} run: |