Skip to content

Commit 7740f43

Browse files
committed
Add versioned tests to workflows
1 parent d7ae9f5 commit 7740f43

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ jobs:
4545
- name: Erase coverage
4646
run: |
4747
coverage erase
48+
- name: Test launchdarkly latest
49+
run: |
50+
set -x # print commands that are executed
51+
./scripts/runtox.sh "py${{ matrix.python-version }}-launchdarkly-latest"
4852
- name: Test loguru latest
4953
run: |
5054
set -x # print commands that are executed
@@ -121,6 +125,10 @@ jobs:
121125
- name: Erase coverage
122126
run: |
123127
coverage erase
128+
- name: Test launchdarkly pinned
129+
run: |
130+
set -x # print commands that are executed
131+
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-launchdarkly"
124132
- name: Test loguru pinned
125133
run: |
126134
set -x # print commands that are executed

0 commit comments

Comments
 (0)