Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Justas Vaitkus authored and Justas Vaitkus committed Jul 11, 2024
1 parent 365abc7 commit 3cc24d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/saferpayCheckouting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
cat ngrok.log
NGROK_URL=$(grep -o 'url=https://[^[:space:]]*' ngrok.log | cut -d= -f2 | head -n1)
echo "NGROK_URL=$NGROK_URL" >> $GITHUB_ENV
NGROK_URL_NO_HTTPS=$(echo $NGROK_URL | sed 's~https://~~')
echo "NGROK_URL_NO_HTTPS=$NGROK_URL_NO_HTTPS" >> $GITHUB_ENV
shell: bash

- name: Use ngrok URL
Expand All @@ -49,7 +48,6 @@ jobs:
- name: PS1786 installing / Module Install and Uninstall testing...
run: |
make e2eh1786
make change-shop-url container=prestashop-1786 url=${{ env.NGROK_URL_NO_HTTPS }} ssl=1
- name: Cypress E2E Tests
Expand Down

0 comments on commit 3cc24d0

Please sign in to comment.