Skip to content

Commit

Permalink
Fix ui-test
Browse files Browse the repository at this point in the history
  • Loading branch information
nesrineabdmouleh committed Sep 11, 2024
1 parent 7fc78cf commit be4162e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ui-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Upgrade
run: |
docker exec -t prestashop php modules/autoupgrade/cli-upgrade.php --dir=admin-dev --channel=${{ matrix.UPGRADE_CHANNEL }}
docker exec -t prestashop chmod 777 -R /var/www/html/var/cache/dev
docker exec -t prestashop chmod 777 -R /var/www/html/var/cache/
- name: Install dependencies
working-directory: tests/UI/
Expand Down

0 comments on commit be4162e

Please sign in to comment.