Skip to content

Commit

Permalink
fix: Adding the E2E_RELAY_HOST
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 7a88b9e commit 769f967
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:
run: npm ci

- name: Create .env file
run: cp ./packages/server/tests/localAcceptance.env .env
run: |
cp ./packages/server/tests/localAcceptance.env .env
echo "E2E_RELAY_HOST=http://localhost:7546" >> .env
- name: Install pnpm
run: npm install -g pnpm
Expand Down

0 comments on commit 769f967

Please sign in to comment.