Skip to content

Commit f9fd1e9

Browse files
authored
Add more pytest output to merge-gate.yml
1 parent 693f0b8 commit f9fd1e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/merge-gate.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: ./.github/workflows/checks.yml
1414

1515
slow-checks-approval:
16-
name: SaaS Tests
16+
name: Slow Check Approval
1717
runs-on: ubuntu-24.04
1818
environment: manual-approval
1919
# Replace the steps below with the required actions
@@ -49,7 +49,7 @@ jobs:
4949
SAAS_HOST: ${{ secrets.INTEGRATION_TEAM_SAAS_STAGING_HOST }}
5050
SAAS_ACCOUNT_ID: ${{ secrets.INTEGRATION_TEAM_SAAS_STAGING_ACCOUNT_ID }}
5151
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
5353

5454
text-ai-tests:
5555
name: Text AI Tests
@@ -92,7 +92,7 @@ jobs:
9292
env:
9393
TXAIE_PRE_RELEASE_URL: ${{ vars.ZIP_URL }}
9494
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
9696

9797
# This job ensures inputs have been executed successfully.
9898
approve-merge:

0 commit comments

Comments
 (0)