Skip to content

Commit

Permalink
ci: 💚 some ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdihadeli committed Feb 27, 2023
1 parent 8ba6adf commit 0612e94
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
15 changes: 8 additions & 7 deletions .github/actions/test-coverage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,14 @@ runs:
format: 'markdown'
output: 'both'

- name: Add Coverage PR Comment
uses: marocchino/sticky-pull-request-comment@v2
if: ${{ success() && github.event_name == 'pull_request' }}
with:
recreate: true
# get generated summary from `CodeCoverageSummary` step
path: code-coverage-results.md
# - name: Add Coverage PR Comment
# uses: marocchino/sticky-pull-request-comment@v2
# if: ${{ success() && github.event_name == 'pull_request' }}
# with:
# recreate: true
# GITHUB_TOKEN: ${{ inputs.token }}
# # get generated summary from `CodeCoverageSummary` step
# path: code-coverage-results.md

# https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/
# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ runs:
with:
files: |
**/test-results.trx
check_name: ${{ inputs.service-name }} Test Result Report
comment_mode: off
ignore_runs: true
github_token: ${{ inputs.token }}
# https://github.com/EnricoMi/publish-unit-test-result-action#configuration
# Configures the state of the created test result check run. With "test failures" it fails if any test fails or test errors occur
Expand Down
7 changes: 1 addition & 6 deletions .github/multi-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,4 @@ labels:
matcher:
title: '^(fix)(\([a-z ]+\))?: .'
commits: '^(fix)(\([a-z ]+\))?: .'
branch: '(fix)(\([a-z ]+\))?\/.'

documentation:

ci/cd:
- .github/**/*
branch: '(fix)(\([a-z ]+\))?\/.'

0 comments on commit 0612e94

Please sign in to comment.