Skip to content

Commit

Permalink
restrict to tests of interest temporarily.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed Apr 19, 2024
1 parent 89d40a8 commit b28937c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Shutdown Ubuntu MySQL (SUDO) # free up port 3306 for ssh tests: https://github.com/orgs/community/discussions/25550
run: sudo service mysql stop # Shutdown the Default MySQL, "sudo" is necessary, please not remove it
- name: Test
run: pytest
run: pytest -k test_combinations_ssh_transfer

build_sdist_wheels:
name: Build source distribution
Expand Down

0 comments on commit b28937c

Please sign in to comment.