Skip to content

Commit a07e344

Browse files
author
Taarini Sarath Chander
committed
Releasing v26.3
1 parent 7eeb2dc commit a07e344

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
python-version: ['3.10', '3.11', '3.12', '3.13']
17+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
1818

1919
steps:
2020
- uses: actions/checkout@v2
@@ -30,5 +30,5 @@ jobs:
3030
- name: Test Unit Tests
3131
run: |
3232
make develop
33-
cd tests
33+
cd src/rest/connector/tests
3434
python -m unittest

0 commit comments

Comments
 (0)