Skip to content

Commit 651a146

Browse files
committed
fix: make server a background process
1 parent cb7c54e commit 651a146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
working-directory: supertokens-web-js/test/server
110110
run: |
111111
npm i
112-
node .
112+
node . &
113113
114114
- name: Run tests
115115
working-directory: supertokens-web-js

0 commit comments

Comments
 (0)