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 17f2110 commit bd4355eCopy full SHA for bd4355e
.github/workflows/validate.yml
@@ -37,6 +37,7 @@ jobs:
37
pip install pydantic &&
38
python -m pytest src/onepassword/test_client.py
39
- name: Example Test
40
+ if: matrix.os == 'ubuntu-latest'
41
env:
42
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.EXAMPLE_TESTS_OP_SERVICE_ACCOUNT_TOKEN }}
43
OP_VAULT_ID: ${{ secrets.EXAMPLE_TESTS_OP_VAULT_ID }}
0 commit comments