Skip to content

Commit 5b96203

Browse files
committed
fix: node port
1 parent aaae5ab commit 5b96203

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,10 @@ jobs:
104104
run: |
105105
docker compose up --build --wait
106106
107-
108107
- name: Setup server
109108
working-directory: supertokens-web-js/test/server
109+
env:
110+
NODE_PORT: 8082
110111
run: |
111112
npm i
112113
node . &

0 commit comments

Comments
 (0)