Skip to content

Commit a6f776d

Browse files
committed
Remove unnecessary CI steps
1 parent 45c2d27 commit a6f776d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci_mocked_api.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,6 @@ jobs:
9090
secret_key: minio123
9191
port: 9000
9292

93-
- name: Install MinIO Client CLI
94-
run: |
95-
curl -O https://dl.min.io/client/mc/release/linux-amd64/mc
96-
chmod +x mc
97-
sudo mv mc /usr/local/bin/
98-
99-
- name: Configure MinIO client
100-
run: |
101-
mc alias set minio http://localhost:9000 minio minio123
102-
10393
- name: Run pytest
10494
run: |
10595
poetry run coverage run -m pytest tests/tests_mocked_api.py -v

0 commit comments

Comments
 (0)