Skip to content

Commit 85f6532

Browse files
committed
github actions removal of shellscripts
1 parent d64ee39 commit 85f6532

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2828
- name: Run tox targets for ${{ matrix.python-version }}
2929
run: |
30-
bash start-minio.sh
3130
ENV_PREFIX=$(tr -C -d "0-9" <<< "${{ matrix.python-version }}")
3231
TOXENV=$(tox --listenvs | grep "^py$ENV_PREFIX" | tr '\n' ',') python -m tox
33-
bash stop-minio.sh
32+

0 commit comments

Comments
 (0)