Skip to content

Commit

Permalink
Merge pull request #45 from ZeroGachis/dependabot/github_actions/dorn…
Browse files Browse the repository at this point in the history
…y/test-reporter-d9ef69ec3d6605cb603a1e7d58506dd1cbd8c166

Bump dorny/test-reporter from 6a1c2425d8b9d402c42e6128950575e8ba67ad38 to d9ef69ec3d6605cb603a1e7d58506dd1cbd8c166
  • Loading branch information
nicolasbriere1 authored Jan 3, 2024
2 parents 905cc6c + 804c420 commit f2f85e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-docker-with-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
run: ${{ inputs.run_command }}

- name: Test Report
uses: dorny/test-reporter@6a1c2425d8b9d402c42e6128950575e8ba67ad38
uses: dorny/test-reporter@d9ef69ec3d6605cb603a1e7d58506dd1cbd8c166
id: test-report
if: ${{ always() && inputs.enable_test_report == true }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
run: ${{ inputs.run_command }}

- name: Test Report
uses: dorny/test-reporter@6a1c2425d8b9d402c42e6128950575e8ba67ad38
uses: dorny/test-reporter@d9ef69ec3d6605cb603a1e7d58506dd1cbd8c166
id: test-report
if: ${{ always() && inputs.enable_test_report == true }}
with:
Expand Down

0 comments on commit f2f85e6

Please sign in to comment.