File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
uses : ./.github/workflows/checks.yml
14
14
15
15
slow-checks-approval :
16
- name : SaaS Tests
16
+ name : Slow Check Approval
17
17
runs-on : ubuntu-24.04
18
18
environment : manual-approval
19
19
# Replace the steps below with the required actions
49
49
SAAS_HOST : ${{ secrets.INTEGRATION_TEAM_SAAS_STAGING_HOST }}
50
50
SAAS_ACCOUNT_ID : ${{ secrets.INTEGRATION_TEAM_SAAS_STAGING_ACCOUNT_ID }}
51
51
SAAS_PAT : ${{ secrets.INTEGRATION_TEAM_SAAS_STAGING_PAT }}
52
- run : poetry run pytest --backend=saas test/integration/test_cloud_storage.py
52
+ run : poetry run pytest -rA --setup-show - -backend=saas test/integration/test_cloud_storage.py
53
53
54
54
text-ai-tests :
55
55
name : Text AI Tests
92
92
env :
93
93
TXAIE_PRE_RELEASE_URL : ${{ vars.ZIP_URL }}
94
94
TXAIE_PRE_RELEASE_PASSWORD : ${{ secrets.ZIP_PASSWORD }}
95
- run : poetry run pytest --backend=saas test/integration/test_text_ai_extension_wrapper.py
95
+ run : poetry run pytest -rA --setup-show test/integration/test_text_ai_extension_wrapper.py
96
96
97
97
# This job ensures inputs have been executed successfully.
98
98
approve-merge :
You can’t perform that action at this time.
0 commit comments