Update e2e.yml

This commit is contained in:
mirschao
2024-10-08 22:41:35 +08:00
committed by GitHub
parent ae2a901725
commit 540878d2a9
+6 -1
View File
@@ -67,10 +67,15 @@ jobs:
- name: checkout
uses: actions/checkout@v4
- name: run fs
- name: run fs start
working-directory: .
run: |
nohup make e2e-server >/dev/null &
sleep 180
- name: run fs test
working-directory: .
run: |
make probe-e2e
- name: e2e test