Skip to content

Commit

Permalink
exclude pattern test_mscolab_ (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimarBauer authored Apr 22, 2023
1 parent 22c18eb commit c67b88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
cd MSS &&
git checkout $BRANCH_NAME &&
source /opt/conda/bin/activate mssenv &&
pytest -k 'not (browse_add_operation or add_operation or skyfield_data_expiration or test_handle_db_reset or test_handle_db_seed or test_mscolab_admin_window)' \
pytest -k 'not (browse_add_operation or add_operation or skyfield_data_expiration or test_handle_db_reset or test_handle_db_seed or test_mscolab_)' \
|| (for i in {1..5} \
; do pytest --last-failed --lfnf=none \
&& break \
Expand Down

0 comments on commit c67b88d

Please sign in to comment.