Skip to content

Commit

Permalink
Add script to mass-delete old medias | refs #36135 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mckay authored Feb 2, 2024
1 parent 89812b0 commit 7ddf453
Show file tree
Hide file tree
Showing 4 changed files with 865 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test:
${DOCKER_RUN} -e "PYTEST_ARGS=${PYTEST_ARGS}" registry.ubicast.net/docker/pytest:latest make test_local

test_local:
pytest tests/ -vv --color=yes --log-level=DEBUG --cov=ms_client ${PYTEST_ARGS}
pytest tests/ -vv --color=yes --log-level=DEBUG --cov=ms_client --cov=examples --no-cov-on-fail ${PYTEST_ARGS}

publish:
make clean
Expand Down
Loading

0 comments on commit 7ddf453

Please sign in to comment.