Skip to content

Commit

Permalink
single line command
Browse files Browse the repository at this point in the history
  • Loading branch information
jackschonherr authored Nov 20, 2024
1 parent dc49dc5 commit 2938461
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ jobs:
- name: Build
run: dotnet build --no-restore
- name: Start MinIO container
run: |
docker run -d --name minio \
-p 9000:9000
-e MINIO_ROOT_USER=AKIAIOSFODNN7EXAMPLE \
-e MINIO_ROOT_PASSWORD=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY \
quay.io/minio/minio server /data
run: docker run -d --name minio -p 9000:9000 -e MINIO_ROOT_USER=AKIAIOSFODNN7EXAMPLE -e MINIO_ROOT_PASSWORD=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY quay.io/minio/minio server /data
- name: Test
run: dotnet test --no-build --verbosity normal

0 comments on commit 2938461

Please sign in to comment.