Skip to content

Commit

Permalink
FRW-8354 Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitriyTsemma committed Oct 25, 2024
1 parent 8dbdffb commit b8a058b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1028,6 +1028,7 @@ jobs:
- name: Run Tests
run: |
docker/sdk exec cypress-tests cp .env.dynamic-store.example .env
docker/sdk exec cypress-tests git log -2
for i in 1 2; do
docker/sdk exec --env "ENV_REPOSITORY_ID=b2c-mp" cypress-tests npm run cy:ci && s=0 && break || s=$? && echo "Test failed, retrying..."
sleep 1
Expand Down

0 comments on commit b8a058b

Please sign in to comment.