Skip to content

Commit

Permalink
chore(deps): bump EnricoMi/publish-unit-test-result-action from 2.15.…
Browse files Browse the repository at this point in the history
…1 to 2.16.1 (#299)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 13, 2024
1 parent 7291614 commit a2fa312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zxc-compile-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: npm run unit-test

- name: Publish Unit Test Report
uses: EnricoMi/publish-unit-test-result-action@f355d34d53ad4e7f506f699478db2dd71da9de5f # v2.15.1
uses: EnricoMi/publish-unit-test-result-action@30eadd5010312f995f0d3b3cff7fe2984f69409e # v2.16.1
if: ${{ inputs.enable-unit-tests && steps.npm-deps.conclusion == 'success' && !cancelled() }}
with:
check_name: 'Unit Test Results'
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
run: hedera stop

- name: Publish E2E Test Report
uses: EnricoMi/publish-unit-test-result-action@f355d34d53ad4e7f506f699478db2dd71da9de5f # v2.15.1
uses: EnricoMi/publish-unit-test-result-action@30eadd5010312f995f0d3b3cff7fe2984f69409e # v2.16.1
if: ${{ inputs.enable-e2e-tests && steps.npm-deps.conclusion == 'success' && !cancelled() }}
with:
check_name: 'E2E Test Results'
Expand Down

0 comments on commit a2fa312

Please sign in to comment.