Skip to content

Commit 415161e

Browse files
committed
asd2
1 parent 54ad800 commit 415161e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@ jobs:
2424
run: cd ./apps/frontend
2525

2626
- name: Set up .env
27-
run: echo 'NEXT_PUBLIC_QUESTION_SERVICE_URL="http://localhost:8080/"
28-
NEXT_PUBLIC_USER_SERVICE_URL="http://localhost:3001/"
29-
NEXT_PUBLIC_MATCHING_SERVICE_URL="ws://localhost:8081/match"
30-
NEXT_PUBLIC_SIGNALLING_SERVICE_URL="ws://localhost:4444/"
31-
NEXT_PUBLIC_HISTORY_SERVICE_URL="http://localhost:8082/"' > .env
27+
run: |
28+
echo 'NEXT_PUBLIC_QUESTION_SERVICE_URL="http://localhost:8080/"
29+
NEXT_PUBLIC_USER_SERVICE_URL="http://localhost:3001/"
30+
NEXT_PUBLIC_MATCHING_SERVICE_URL="ws://localhost:8081/match"
31+
NEXT_PUBLIC_SIGNALLING_SERVICE_URL="ws://localhost:4444/"
32+
NEXT_PUBLIC_HISTORY_SERVICE_URL="http://localhost:8082/"' > newfile.env
3233
3334
3435
- name: Set up Node.js

0 commit comments

Comments
 (0)