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 a56053b commit 1433c45Copy full SHA for 1433c45
.github/workflows/validate.yml
@@ -20,6 +20,7 @@ jobs:
20
matrix:
21
os: [ubuntu-latest, windows-latest, macos-latest]
22
python-version: ["3.9", "3.10", "3.11", "3.12"]
23
+ max-parallel: 1
24
runs-on: ${{ matrix.os }}
25
steps:
26
- uses: actions/checkout@v3
@@ -37,8 +38,8 @@ jobs:
37
38
python -m pytest src/onepassword/test_client.py
39
- name: Example Test
40
env:
- OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
41
- OP_VAULT_ID: ${{ secrets.TEST_SERVICE_ACCOUNT_VAULT_ID }}
+ OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.EXAMPLE_TESTS_OP_SERVICE_ACCOUNT_TOKEN }}
42
+ OP_VAULT_ID: ${{ secrets.EXAMPLE_TESTS_OP_VAULT_ID }}
43
run: |
44
pip install . &&
45
python example/example.py
0 commit comments