Skip to content

Commit 5b39ca9

Browse files
committed
removed successful strings being printed by pipeline.
1 parent 03e4e6e commit 5b39ca9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
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

0 commit comments

Comments
 (0)