Skip to content

Commit 08fbf27

Browse files
committed
Update yaml files
1 parent e093c14 commit 08fbf27

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
@@ -49,6 +49,10 @@ jobs:
4949
run: |
5050
set -x # print commands that are executed
5151
./scripts/runtox.sh "py${{ matrix.python-version }}-loguru-latest"
52+
- name: Test openfeature latest
53+
run: |
54+
set -x # print commands that are executed
55+
./scripts/runtox.sh "py${{ matrix.python-version }}-openfeature-latest"
5256
- name: Test opentelemetry latest
5357
run: |
5458
set -x # print commands that are executed
@@ -121,6 +125,10 @@ jobs:
121125
run: |
122126
set -x # print commands that are executed
123127
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-loguru"
128+
- name: Test openfeature pinned
129+
run: |
130+
set -x # print commands that are executed
131+
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-openfeature"
124132
- name: Test opentelemetry pinned
125133
run: |
126134
set -x # print commands that are executed

0 commit comments

Comments
 (0)