Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jvarelmann authored Oct 10, 2023
1 parent 9c7b8d7 commit 2af2adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
run: find . -type f -name '*.php' -print0 | xargs -0 -n1 -P4 php -l -n | (! grep -v "No syntax errors detected" )
- name: Install Shopware and Plugin
run: |
git clone --depth=1 -b ${{ matrix.shopware-versions }} https://github.com/shopware/shopware.git /tmp/shopware
git clone --depth=1 -b ${{ matrix.shopware-versions }} https://github.com/shopware5/shopware.git /tmp/shopware
cd /tmp/shopware
make init
cp -R $GITHUB_WORKSPACE/Frontend/MoptPaymentPayone /tmp/shopware/engine/Shopware/Plugins/Default/Frontend
Expand Down

0 comments on commit 2af2adc

Please sign in to comment.