Skip to content

Commit da6b634

Browse files
chore(deps): bump dorny/test-reporter from 2.1.1 to 2.3.0
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 2.1.1 to 2.3.0. - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](dorny/test-reporter@v2.1.1...v2.3.0) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 971c2c6 commit da6b634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
run: mvn -B -ntp -DdbPassword=${{env.TF_VAR_DBX_TOKEN}} -DdbUrl='${{needs.start-test-harness-infra.outputs.DATABRICKS_URL}}' -Dtest=liquibase.ext.databricks.${{ matrix.liquibase-support-level }}ExtensionHarnessTestSuite test -Dliquibase.version=master-SNAPSHOT # Run the Liquibase test harness at each test level
179179

180180
- name: Test Reporter # Generate a test report using the Test Reporter action
181-
uses: dorny/test-reporter@v2.1.1
181+
uses: dorny/test-reporter@v2.3.0
182182
if: always() # Run the action even if the previous steps fail
183183
with:
184184
name: Liquibase Test Harness - ${{ matrix.liquibase-support-level }} Reports # Set the name of the test report

0 commit comments

Comments
 (0)