Skip to content

Commit

Permalink
ci: update commit status naming conventions for better organization
Browse files Browse the repository at this point in the history
Co-Authored-By: Aaron <AJ> Steers <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and aaronsteers committed Jan 24, 2025
1 parent e3c511d commit d4b3483
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/connector-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
-f state="${{ steps.evaluate_output.outputs.success == 'true' && 'success' || 'failure' }}" \
-f target_url="${{ steps.evaluate_output.outputs.html_report_url }}" \
-f description="Click Details to view the test report" \
-f context="Test Report: ${{ matrix.connector }}"
-f context="${{ matrix.connector }} Test Report"
# Create failure status if report generation failed
- name: Create Report Generation Failed Status
Expand All @@ -237,7 +237,7 @@ jobs:
repos/${{ github.repository }}/statuses/$HEAD_SHA \
-f state="failure" \
-f description="Test execution failed to generate a report" \
-f context="Test Report: ${{ matrix.connector }}"
-f context="${{ matrix.connector }} Test Report"
# Upload the job output to the artifacts
- name: Upload Job Output
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dummy_check_result.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
-f state="failure" \
-f target_url="https://www.google.com/search?q=failed" \
-f description="Click Details to view the test report" \
-f context="Test Report: Dummy Connector"
-f context="Dummy Connector Test Report"

0 comments on commit d4b3483

Please sign in to comment.