Skip to content

Commit

Permalink
[ECP-9328] try dn a different step
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmita committed Aug 23, 2024
1 parent bf648e1 commit 2a177f7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,13 @@ jobs:
## - name: Check Hyva install
# run: docker compose -f .github/docker-compose.yml run --rm web /tmp/install_hyva.sh

- name: Install Magento
- name: Ensure composer cache directory exists
run: |
mkdir -p /var/www/.cache/composer
chown -R www-data:www-data /var/www/.cache/composer
docker compose -f .github/docker-compose.yml run --rm web make magento
sudo mkdir -p /var/www/.cache/composer
sudo chown -R www-data:www-data /var/www/.cache/composer
- name: Install Magento
run: docker compose -f .github/docker-compose.yml run --rm web make magento

- name: Start web server in background
run: docker compose -f .github/docker-compose.yml up -d web
Expand Down

0 comments on commit 2a177f7

Please sign in to comment.