mirror of
https://github.com/rustfs/rustfs.git
synced 2026-01-17 01:30:33 +00:00
Update mint.yml
This commit is contained in:
4
.github/workflows/mint.yml
vendored
4
.github/workflows/mint.yml
vendored
@@ -44,13 +44,13 @@ jobs:
|
||||
|
||||
- name: run this rustfs server
|
||||
run: |
|
||||
mkdir -p /data/rustfs
|
||||
mkdir -p data/rustfs
|
||||
nohub ./target/release/rustfs \
|
||||
--address 0.0.0.0:9000 \
|
||||
--access-key rustfsadmin \
|
||||
--secret-key rustfsadmin \
|
||||
--domain-name localhost:9000 \
|
||||
/data/rustfs &
|
||||
data/rustfs &
|
||||
|
||||
- name: run mint test task
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user