Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-jaksov-tl committed Oct 18, 2024
1 parent e7783bf commit 93e5aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
docker exec magento sh wait-for-db.sh
- name: Enable plugin
run: docker exec magento ./retry "./retry "php bin/magento module:enable TrueLayer_Connect && php bin/magento setup:upgrade && php bin/magento setup:di:compile"
run: docker exec magento ./retry "php bin/magento module:enable TrueLayer_Connect && php bin/magento setup:upgrade && php bin/magento setup:di:compile"

- name: Copy private key
run: |
Expand Down

0 comments on commit 93e5aba

Please sign in to comment.