Skip to content

Commit

Permalink
fix: Updated relay IP.
Browse files Browse the repository at this point in the history
Signed-off-by: ebadiere <[email protected]>
  • Loading branch information
ebadiere committed Feb 13, 2024
1 parent d8408c3 commit 703a076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Create .env file
run: |
cp ./packages/server/tests/localAcceptance.env .env
echo "E2E_RELAY_HOST='http://localhost:7546'" >> .env
echo "E2E_RELAY_HOST='http://127.0.0.1:7546'" >> .env
cat ".env"
- name: Install pnpm
Expand Down

0 comments on commit 703a076

Please sign in to comment.