Skip to content

Commit da2a21e

Browse files
committed
Update gh workflow config by running split_tox_gh_actions
1 parent cf0be41 commit da2a21e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ jobs:
7979
run: |
8080
set -x # print commands that are executed
8181
./scripts/runtox.sh "py${{ matrix.python-version }}-typer-latest"
82+
- name: Test unleash latest
83+
run: |
84+
set -x # print commands that are executed
85+
./scripts/runtox.sh "py${{ matrix.python-version }}-unleash-latest"
8286
- name: Generate coverage XML (Python 3.6)
8387
if: ${{ !cancelled() && matrix.python-version == '3.6' }}
8488
run: |
@@ -163,6 +167,10 @@ jobs:
163167
run: |
164168
set -x # print commands that are executed
165169
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-typer"
170+
- name: Test unleash pinned
171+
run: |
172+
set -x # print commands that are executed
173+
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-unleash"
166174
- name: Generate coverage XML (Python 3.6)
167175
if: ${{ !cancelled() && matrix.python-version == '3.6' }}
168176
run: |

0 commit comments

Comments
 (0)