mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-27 08:38:58 +00:00
Update e2e.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user