Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Jan 17, 2025
1 parent e1fbc82 commit ffae735
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,11 @@ jobs:
run: |
minio server --help
mkdir ${{ runner.temp }}\minio-data
Start-Process "minio" -ArgumentList "server --address 127.0.0.1:9000 ${{ runner.temp }}\minio-data" -Wait -NoNewWindow
Start-Process "minio" -ArgumentList "server --address 127.0.0.1:9000 ${{ runner.temp }}\minio-data" -NoNewWindow
Start-Sleep -Seconds 5
- name: Test minio server connection
if: ${{ !matrix.skip-tests }}
run: curl -I http://localhost:9000/minio/health/live

- name: Run tests
Expand Down

0 comments on commit ffae735

Please sign in to comment.