Update e2e.yml

fix not listen 9000 port
This commit is contained in:
mirschao
2024-10-08 22:22:09 +08:00
committed by GitHub
parent 47afe69cf0
commit ae2a901725

View File

@@ -70,7 +70,7 @@ jobs:
- name: run fs
working-directory: .
run: |
make e2e-server > /dev/null &
nohup make e2e-server >/dev/null &
make probe-e2e
- name: e2e test