ci: Better and more visible colors (#32541)
This commit is contained in:
parent
93264846be
commit
7c89a3bad0
3
.github/workflows/pr-automation.yml
vendored
3
.github/workflows/pr-automation.yml
vendored
|
|
@ -134,7 +134,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
content: |
|
content: |
|
||||||
<!-- This is an auto-generated comment: Cypress test results -->
|
<!-- This is an auto-generated comment: Cypress test results -->
|
||||||
> [!TIP]
|
> [!IMPORTANT]
|
||||||
|
> 🟣 🟣 🟣 Your tests are running.
|
||||||
> Tests running at: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>
|
> Tests running at: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>
|
||||||
> Commit: `${{ github.event.pull_request.head.sha }}`
|
> Commit: `${{ github.event.pull_request.head.sha }}`
|
||||||
> Workflow: `${{ github.workflow }}`
|
> Workflow: `${{ github.workflow }}`
|
||||||
|
|
|
||||||
9
.github/workflows/pr-cypress.yml
vendored
9
.github/workflows/pr-cypress.yml
vendored
|
|
@ -178,7 +178,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
content: |
|
content: |
|
||||||
<!-- This is an auto-generated comment: Cypress test results -->
|
<!-- This is an auto-generated comment: Cypress test results -->
|
||||||
> [!CAUTION]
|
> [!CAUTION]
|
||||||
|
> 🔴 🔴 🔴 Some tests have failed.
|
||||||
> Workflow run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>
|
> Workflow run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>
|
||||||
> Commit: `${{ github.event.pull_request.head.sha }}`
|
> Commit: `${{ github.event.pull_request.head.sha }}`
|
||||||
> Cypress dashboard: <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=${{ github.run_id }}&attempt=${{ github.run_attempt }}&selectiontype=test&testsstatus=failed&specsstatus=fail" target="_blank"> Click here!</a>
|
> Cypress dashboard: <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=${{ github.run_id }}&attempt=${{ github.run_attempt }}&selectiontype=test&testsstatus=failed&specsstatus=fail" target="_blank"> Click here!</a>
|
||||||
|
|
@ -198,7 +199,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
content: |
|
content: |
|
||||||
<!-- This is an auto-generated comment: Cypress test results -->
|
<!-- This is an auto-generated comment: Cypress test results -->
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> Workflow run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>
|
> Workflow run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>
|
||||||
> Commit: `${{ github.event.pull_request.head.sha }}`
|
> Commit: `${{ github.event.pull_request.head.sha }}`
|
||||||
> Cypress dashboard url: <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=${{ github.run_id }}&attempt=${{ github.run_attempt }}" target="_blank">Click here!</a>
|
> Cypress dashboard url: <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=${{ github.run_id }}&attempt=${{ github.run_attempt }}" target="_blank">Click here!</a>
|
||||||
|
|
@ -216,11 +217,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
content: |
|
content: |
|
||||||
<!-- This is an auto-generated comment: Cypress test results -->
|
<!-- This is an auto-generated comment: Cypress test results -->
|
||||||
> [!IMPORTANT]
|
> [!TIP]
|
||||||
|
> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
|
||||||
> Workflow run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>
|
> Workflow run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>
|
||||||
> Commit: `${{ github.event.pull_request.head.sha }}`
|
> Commit: `${{ github.event.pull_request.head.sha }}`
|
||||||
> Cypress dashboard url: <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=${{ github.run_id }}&attempt=${{ github.run_attempt }}" target="_blank">Click here!</a>
|
> Cypress dashboard url: <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=${{ github.run_id }}&attempt=${{ github.run_attempt }}" target="_blank">Click here!</a>
|
||||||
> All cypress tests have passed 🎉🎉🎉
|
|
||||||
|
|
||||||
<!-- end of auto-generated comment: Cypress test results -->
|
<!-- end of auto-generated comment: Cypress test results -->
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user