From 86f9b47c0f7e5fabaee2a700aa61a74a5c558e58 Mon Sep 17 00:00:00 2001 From: Mikel Martin Date: Tue, 6 Feb 2024 20:54:35 +0100 Subject: [PATCH] retry with php --- .github/workflows/main.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 857e441..a127d74 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,11 +44,6 @@ jobs: echo "auth={\"http-basic\": {\"repo.magento.com\": {\"username\": \"5310458a34d580de1700dfe826ff19a1\",\"password\":\"${{ secrets.REPO_MAGENTO_PASS }}\"} },\"github-oauth\":{\"github.com\":\"${{ github.token }}\"} }" >> $GITHUB_OUTPUT id: composer_auth - ### Download our code in custom dir### - - uses: actions/checkout@v3 - with: - path: magento/vendor/sequra/magento2-core - - name: 'install fresh magento repo' uses: MAD-I-T/magento-actions@v3.25 env: @@ -58,6 +53,11 @@ jobs: magento_version: ${{ matrix.magento_version }} no_push: 1 ## add this arg to not push to the repo ideal for quick test on specific version + ### Download our code in custom dir### + - uses: actions/checkout@v3 + with: + path: magento/vendor/sequra/magento2-core + - uses: "shivammathur/setup-php@v2" with: php-version: "8.2" @@ -67,7 +67,6 @@ jobs: env: COMPOSER_AUTH: ${{ steps.composer_auth.outputs.auth }} run: | - ls -la ../../../vendor/bin/composer install PAT="s/\/REAL-PATH-TO-MAGENTO-ROOT/..\/..\/../g" sed -e $PAT Test/autoload_sample.php > Test/autoload.php