Compare commits

...

1 Commits

Author SHA1 Message Date
scito
17ae8e085d reenable macos tests again 2024-12-25 11:50:59 +01:00

View File

@@ -59,7 +59,7 @@ jobs:
if: matrix.python-version == '3.x' && matrix.platform == 'ubuntu-latest'
- name: Test with pytest
run: pytest
if: (matrix.python-version != '3.x' || matrix.platform != 'ubuntu-latest') && (matrix.python-version != '3.10' && matrix.platform != 'macos-latest')
if: matrix.python-version != '3.x' || matrix.platform != 'ubuntu-latest'
- name: Test with pytest (with code coverage)
run: pytest --cov=extract_otp_secrets_test --junitxml=pytest.xml --cov-report=term-missing | tee pytest-coverage.txt
if: matrix.python-version == '3.x' && matrix.platform == 'ubuntu-latest'