File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 1313
1414jobs :
1515
16- integration- test-trusted :
16+ test-trusted :
1717 # actions that are trusted by default must only be opened from within the repo, and skipped for forks because they'll fail there
1818 if : github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
1919 strategy :
@@ -101,19 +101,13 @@ jobs:
101101 pip install pydantic &&
102102 python -m pytest src/onepassword/test_client.py
103103
104- - run : |
105- echo "Integration tests completed successfully!"
106-
107104 - name : Example Test
108105 env :
109106 OP_SERVICE_ACCOUNT_TOKEN : ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
110107 OP_VAULT_ID : ${{ secrets.TEST_SERVICE_ACCOUNT_VAULT_ID }}
111108 run : |
112109 pip install . &&
113110 python example/example.py
114-
115- - run : |
116- echo "Example file ran successfully!"
117111
118112 # Update check run called "integration-fork" on the forked PR
119113 - uses : actions/github-script@v6
You can’t perform that action at this time.
0 commit comments