reenable macos tests again

This commit is contained in:
scito 2024-12-25 11:50:59 +01:00
parent b6f5c41559
commit 17ae8e085d
No known key found for this signature in database

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'