Skip to content

Commit

Permalink
retry with php
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k3lm committed Feb 6, 2024
1 parent fbb07e1 commit afb7e36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit afb7e36

Please sign in to comment.