Skip to content

Commit c5f892c

Browse files
committed
Both instances of Example Test only run on ubuntu-latest
1 parent 98a4ed6 commit c5f892c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
python -m pytest src/onepassword/test_client.py
104104
105105
- name: Example Test
106+
if: matrix.os == 'ubuntu-latest'
106107
env:
107108
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
108109
OP_VAULT_ID: ${{ secrets.TEST_SERVICE_ACCOUNT_VAULT_ID }}

0 commit comments

Comments
 (0)