Skip to content

Commit

Permalink
FRW-9083 Fixed cypress error
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitriyTsemma committed Feb 17, 2025
1 parent 17f1cf3 commit 15b3348
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@ jobs:
sudo apt install awscli -q
- name: Install cypress-tests folder
run: |
cd ./data && composer require "spryker/cypress-tests:dev-feature/frw-9083/master-update-customer-email-confirmation" --dev --no-interaction
cd ./data && composer require "spryker/cypress-tests:dev-master" --dev --no-interaction
cp -r vendor ../vendor
- name: Install docker-compose
run: |
Expand Down Expand Up @@ -1217,7 +1217,7 @@ jobs:
sudo apt install awscli -q
- name: Install cypress-tests folder
run: |
cd ./data && composer require "spryker/cypress-tests:dev-feature/frw-9083/master-update-customer-email-confirmation" --dev --no-interaction
cd ./data && composer require "spryker/cypress-tests:dev-master" --dev --no-interaction
cp -r vendor ../vendor
- name: Install docker-compose
run: |
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 15b3348

Please sign in to comment.