Skip to content

Commit

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

chore(deps): bump dorny/test-reporter from 1.8.0 to 1.9.1
  • Loading branch information
filipelautert authored Dec 11, 2024
2 parents 96b06e1 + c87b85a commit 2912049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lth-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: mvn -ntp -Dtest=${{ matrix.liquibase-support-level }}ExtensionHarnessSuite test # Run the Liquibase test harness at each test level

- name: Test Reporter # Generate a test report using the Test Reporter action
uses: dorny/test-reporter@v1.8.0
uses: dorny/test-reporter@v1.9.1
if: always() # Run the action even if the previous steps fail
with:
name: Liquibase Test Harness - ${{ matrix.liquibase-support-level }} Reports # Set the name of the test report
Expand Down

0 comments on commit 2912049

Please sign in to comment.