Skip to content

Commit c87b85a

Browse files
chore(deps): bump dorny/test-reporter from 1.8.0 to 1.9.1
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1.8.0 to 1.9.1. - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](dorny/test-reporter@v1.8.0...v1.9.1) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 96b06e1 commit c87b85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lth-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: mvn -ntp -Dtest=${{ matrix.liquibase-support-level }}ExtensionHarnessSuite test # Run the Liquibase test harness at each test level
4444

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

0 commit comments

Comments
 (0)