Skip to content

Commit bd4355e

Browse files
committed
Updated to only run example file on ubuntu OS instead of all OS
1 parent 17f2110 commit bd4355e

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
@@ -37,6 +37,7 @@ jobs:
3737
pip install pydantic &&
3838
python -m pytest src/onepassword/test_client.py
3939
- name: Example Test
40+
if: matrix.os == 'ubuntu-latest'
4041
env:
4142
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.EXAMPLE_TESTS_OP_SERVICE_ACCOUNT_TOKEN }}
4243
OP_VAULT_ID: ${{ secrets.EXAMPLE_TESTS_OP_VAULT_ID }}

0 commit comments

Comments
 (0)