Skip to content

Commit 568632c

Browse files
committed
chore: update github integration action
1 parent 71dec8b commit 568632c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/integration.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Run the integrations tests
3636
run: |
37-
make run-test-server
37+
make run-test-server &
3838
sleep 10
3939
npm run tests
4040
kill -9 `lsof -i:8091 -t`

0 commit comments

Comments
 (0)