Skip to content

Commit

Permalink
[CI] Install payum/paypal-express-checkout-nvp during the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafikooo committed Feb 23, 2024
1 parent 04831f8 commit da89df9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ jobs:
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:^2.4"
composer config extra.symfony.require "${{ matrix.symfony }}"
# This dependency in Sylius has been shifted to dev dependencies: https://github.com/Sylius/Sylius/pull/15485
-
name: Add Paypal Express Checkout dev dependency
run: |
composer require --dev --no-update --no-progress --no-scripts --no-plugins "payum/paypal-express-checkout-nvp:^1.7.3"
-
name: Setup Node
uses: actions/setup-node@v2
Expand Down

0 comments on commit da89df9

Please sign in to comment.