Skip to content

Commit 36a736b

Browse files
run in misc instead
1 parent f891e1a commit 36a736b

File tree

2 files changed

+4
-94
lines changed

2 files changed

+4
-94
lines changed

.github/workflows/test-integrations-integration-deactivation.yml

Lines changed: 0 additions & 94 deletions
This file was deleted.

.github/workflows/test-integrations-misc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ jobs:
7474
run: |
7575
set -x # print commands that are executed
7676
./scripts/runtox.sh "py${{ matrix.python-version }}-typer"
77+
- name: Test integration_deactivation
78+
run: |
79+
set -x # print commands that are executed
80+
./scripts/runtox.sh "py${{ matrix.python-version }}-integration_deactivation"
7781
- name: Generate coverage XML (Python 3.6)
7882
if: ${{ !cancelled() && matrix.python-version == '3.6' }}
7983
run: |

0 commit comments

Comments
 (0)