Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
nesrineabdmouleh committed Jan 3, 2025
1 parent 7f62f53 commit 8fa78e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Display new interface
run: |
docker exec -t prestashop bash -c 'apt-get update'
docker exec -t prestashop bash -c 'curl -sS https://getcomposer.org/installer -o composer-setup.php
docker exec -t prestashop bash -c 'curl -sS https://getcomposer.org/installer -o composer-setup.php'
docker exec -t prestashop bash -c 'php composer-setup.php --install-dir=/usr/local/bin --filename=composer'
docker exec -t prestashop bash -c 'apt-get install -y nodejs'
docker exec -t prestashop bash -c 'apt-get install -y npm'
Expand Down

0 comments on commit 8fa78e6

Please sign in to comment.