Skip to content

Commit

Permalink
[ECP-9328] Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmita committed Aug 26, 2024
1 parent 4aa9474 commit 33aebf1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ magento:
install:
export COMPOSER_CACHE_DIR=/tmp/composer-cache
mkdir -p $COMPOSER_CACHE_DIR
chown -R www-data:www-data $COMPOSER_CACHE_DIR
chown -R www-data:www-data $$COMPOSER_CACHE_DIR
composer config cache-dir $$COMPOSER_CACHE_DIR
composer config --json repositories.local '{"type": "path", "url": "/data/extensions/workdir", "options": { "symlink": false } }'
composer require "adyen/module-payment:*"
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ jobs:
## - name: Check Hyva install
# run: docker compose -f .github/docker-compose.yml run --rm web /tmp/install_hyva.sh

- name: Ensure composer cache directory exists
run: |
sudo mkdir -p /var/www/.cache/composer/vcs
sudo chown -R www-data:www-data /var/www/.cache/composer
ls -la /var/www/.cache/composer
# - name: Ensure composer cache directory exists
# run: |
# sudo mkdir -p /var/www/.cache/composer/vcs
# sudo chown -R www-data:www-data /var/www/.cache/composer
# ls -la /var/www/.cache/composer

- name: Install Magento
run: docker compose -f .github/docker-compose.yml run --rm web make magento
Expand Down

0 comments on commit 33aebf1

Please sign in to comment.