File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -332,6 +332,7 @@ jobs:
332
332
- name : Run Unit Tests
333
333
shell : zsh {0}
334
334
run : |
335
+ python -c "from shellingham import detect_shell; print(detect_shell())"
335
336
just test-zsh || exit 1
336
337
337
338
- name : Store coverage files
@@ -382,6 +383,7 @@ jobs:
382
383
just pin-dependency Django~=${{ matrix.django-version }}
383
384
- name : Run Unit Tests
384
385
run : |
386
+ python -c "from shellingham import detect_shell; print(detect_shell())"
385
387
just test-bash || exit 1
386
388
387
389
- name : Store coverage files
@@ -440,7 +442,7 @@ jobs:
440
442
- name : Run Tab Completion Tests
441
443
shell : fish {0}
442
444
run : |
443
- fish
445
+ python -c "from shellingham import detect_shell; print(detect_shell())"
444
446
just test-fish || exit 1
445
447
446
448
- name : Store coverage files
You can’t perform that action at this time.
0 commit comments