Skip to content

Commit b3504b1

Browse files
committed
disable bash testing on github actions
1 parent 018d1fa commit b3504b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Test with pytest
3636
run: |
3737
pytest -vx --dist=loadfile -n auto
38-
- name: Run command-line tests
39-
run: |
40-
./tests/test_local.bash # Test command-line with local server
41-
./tests/test_remote.bash # Test command-line with remote server
38+
#- name: Run command-line tests
39+
# run: |
40+
# ./tests/test_local.bash # Test command-line with local server
41+
# ./tests/test_remote.bash # Test command-line with remote server

0 commit comments

Comments
 (0)