Skip to content

Commit

Permalink
fix: Debugging manual test.
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 769f967 commit d8408c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ 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://localhost:7546'" >> .env
cat ".env"
- name: Install pnpm
run: npm install -g pnpm
Expand Down

0 comments on commit d8408c3

Please sign in to comment.