Skip to content

Commit

Permalink
Remove duplicated backwards-compat test automation
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Dec 5, 2024
1 parent c7e649f commit ded01ad
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,3 @@ jobs:
with:
name: connector-test-results-${{ matrix.python-version }}
path: tests/connector-test-results.xml
- name: Run Backward Compatibility Tests
run: |
pytest tests/test_backward_compatibility.py --doctest-modules --junitxml=tests/backward-compatibility-test-results.xml
- name: Upload Backward Compatibility test results
uses: actions/upload-artifact@v4
with:
name: backward-compatibility-test-results-${{ matrix.python-version }}
path: tests/backward-compatibility-test-results.xml

0 comments on commit ded01ad

Please sign in to comment.