Skip to content

Commit

Permalink
additional changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonasB88 committed Dec 5, 2023
1 parent 08ea9c0 commit 5bbf7a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/E2E_On_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
TestRailID: R6470
env:
NGROK_TOKEN: ${{ secrets.NGROK_TOKEN }}
DB_PASSWD: ${{ secrets.DB_PASSWD }}
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
environment:
PS_INSTALL_AUTO: 1
PS_ENABLE_SSL: 1
DB_PASSWD: $${DB_PASSWD}
DB_PASSWD: $DB_PASSWD
DB_NAME: prestashop
DB_SERVER: mysql
PS_DOMAIN: demoshop8.ngrok.io
Expand Down

0 comments on commit 5bbf7a1

Please sign in to comment.