We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b326ffa commit 7429522Copy full SHA for 7429522
1 file changed
.github/workflows/ci.yml
@@ -72,15 +72,7 @@ jobs:
72
73
- name: Run tests
74
run: |
75
- set -eou pipefail
76
- uv run pytest -m 'not functional' --junitxml=pytest.xml --tb=auto --cov-report=term-missing:skip-covered --cov=src/resolver_athena_client tests/ | tee pytest-coverage.txt
77
-
78
- - name: Upload test results
79
- uses: actions/upload-artifact@v4
80
- if: ${{ !cancelled() }}
81
- with:
82
- name: test-results-${{ matrix.os }}-py${{ matrix.python-version }}
83
- path: pytest.xml
+ uv run pytest -m 'not functional' --tb=auto
84
85
build:
86
needs: test
0 commit comments